Answers

Question and Answer:

  Home  C++ Programming

⟩ What is polymorphism in C++?

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.

 170 views

More Questions for you: