0

what is polymorphism?what is the use of this concept c++?

10th Sep 2016, 9:46 AM
susmitha gummadi
susmitha gummadi - avatar
2 Antworten
+ 1
It allows you to use members of the derived class with a pointer of the base class.
10th Sep 2016, 10:38 AM
Zen
Zen - avatar
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++
10th Sep 2016, 12:44 PM
Shani
Shani - avatar