Talk:Polymorphism in object-oriented programming: Difference between revisions

Content deleted Content added
No edit summary
Line 1:
Shouldn't Smalltalk be mentioned? Wasn't it the first language to have polymorphism?
 
== Older comments ==
I would say that being able to respond to method calls by their names is only a consequence of polymorphism, and is caused by the methods being virtual. Polymorphism is the ability of treating objects of classes also as objects of all their superclasses, in all aspects (thus being able to use their members such as methods). <small>—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:Balrog-kun|Balrog-kun]] ([[User talk:Balrog-kun|talk]] • [[Special:Contributions/Balrog-kun|contribs]]) 29 March 2006</small><!-- Template:Unsigned -->