[Home]History of Polymorphism

HomePage | Recent Changes | Preferences

Revision 5 . . November 23, 2001 7:19 pm by Magnus Manske [+general definition, please check]
Revision 4 . . October 12, 2001 7:38 pm by Magnus Manske [Added biology and OOP meaning]
  

Difference (from prior major revision) (no other diffs)

Added: 0a1,2
In general, polymorphism describes multiple possible states for a single property.


Changed: 5c7
In [object-orientated programming language]?s, polymorphism describes mathods of different objects that have the same name (and usually the same parameter list), so that calling a.add(1) invokes a different function than b.add(1).
In [object-orientated programming language]?s, polymorphism describes methods of different objects that have the same name (and usually the same parameter list), so that calling a.add(1) invokes a different function than b.add(1).

Changed: 7c9
/Talk?
/Talk?

HomePage | Recent Changes | Preferences
Search: