0
what is polymorphism?what is the use of this concept c++?
2 Answers
+ 1
It allows you to use members of the derived class with a pointer of the base class.
0
it is the properties by which same object behave differently in different contest.
it is of two type overloading and overriding
and i thing u know what is the use of overloading and overriding in c++