what does polymorphism mean
Answers
Answered by
0
one form many kinds.. like '+' it's one form but perform many functions like concatenation and addition
Answered by
0
Hey !
Polymorphism is the ability for a message or data to be processed in more than one form. C++ implements polymorphism through virtual functions, overloaded functions and overloaded operators.
Polymorphism is the ability for a message or data to be processed in more than one form. C++ implements polymorphism through virtual functions, overloaded functions and overloaded operators.
Similar questions