C++ polymorphism based questions and answers

What is Polymorphism? - Polymorphism means the ability to take more than one form. An operation may exhibit different behavior in different instances....
What is Inheritance? - Inheritance: One of the most important features of OO design is code-reusability......
Define object, classes and instances - Object is the basic run time entity in an Object Oriented (OO) System...