Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Explain the Polymorphism principle
Explain the Polymorphism principle
✍: Guest
The meaning of Polymorphism is something like one name many forms. Polymorphism enables one entity to be used as as general category for different types of actions. The specific action is determined by the exact nature of the situation. The concept of polymorphism can be explained as "one interface, multiple methods".
2013-03-01, 2332👍, 0💬
Popular Posts:
How To Create an Add-to-Netvibes Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News ...
What is SMC approach of estimation?
What print out will the folloging code produce? main() { char *p1=“name”; char *p2; p2=(char*)malloc...
Can event’s have access modifiers ? Event’s are always public as they are meant to serve every one r...
Jack developed a program by using a Map container to hold key/value pairs. He wanted to make a chang...