what is the meanning of polymorphism
Answers
Answered by
7
polymorphism is a process that the ability to message to be displayed in more than one form. like a person having different characteristics at same time.
Answered by
2
Poly means manyand morph means form. Polymorphism is the ability of an object to assume (be replaced by) or become many different forms of object.
Example: function overloading, function overriding, virtual functions. Another example can be a plus �+� sign, used for adding two integers or for using it to concatenate two strings.
Example: function overloading, function overriding, virtual functions. Another example can be a plus �+� sign, used for adding two integers or for using it to concatenate two strings.
Similar questions