Computer Science, asked by TandiMathai711, 1 year ago

what does polymorphism mean

Answers

Answered by Gouri06
0
one form many kinds.. like '+' it's one form but perform many functions like concatenation and addition
Answered by Anonymous
0
Hey !<b>

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