1.

What Is Polymorphism In C++?

Answer»

POLYMORPHISM in C++ is the idea that a BASE class can be INHERITED by several classes. A base class POINTER can point to its child class and a base class array can store different child class objects.

Polymorphism in C++ is the idea that a base class can be inherited by several classes. A base class pointer can point to its child class and a base class array can store different child class objects.



Discussion

No Comment Found