Revision as of 18:21, 5 July 2005 edit200.140.135.200 (talk)No edit summary← Previous edit | Revision as of 18:23, 5 July 2005 edit undoWynler (talk | contribs)582 editsNo edit summaryNext edit → | ||
Line 1: | Line 1: | ||
{{mergeto|Polymorphism}} | |||
Polimorphism is a therm usually applied on biology. A polimorphic system implies that each internal component of a open system may react by different forms when exposed to a certain stimulus. It mainly occurs in complex systems design or in comprehension of genetics in life forms. | Polimorphism is a therm usually applied on biology. A polimorphic system implies that each internal component of a open system may react by different forms when exposed to a certain stimulus. It mainly occurs in complex systems design or in comprehension of genetics in life forms. | ||
Revision as of 18:23, 5 July 2005
It has been suggested that this article be merged into Polymorphism. (Discuss) |
Polimorphism is a therm usually applied on biology. A polimorphic system implies that each internal component of a open system may react by different forms when exposed to a certain stimulus. It mainly occurs in complex systems design or in comprehension of genetics in life forms.
Polimorphism makes possible "dynamic binding" in object-oriented software engineering and by this reazon it was incorporated on informatics jargon.
"Polimorphism means that the sender of a stimulus does not need to know the receiving instance´s class. The receiving instance can belong to and arbitrary class." (Jacobson, I., 2004)
Sources: Jacobson, I. "Object-Oriented Software Engineerig: a use-case driven approach", Addison-Wesley ed., 2005.
Web Sources: http://www.c-sharpcorner.com/Language/InheritNPolyRVS.asp