What is polymorphism? C++

Q

What is polymorphism? C++

✍: Guest

A

Polymorphism 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.

2012-02-01, 2651👍, 0💬