Polymorphism is the ability for a message or data to be processed in more than one form.

Polymorphism is the property by virtue of which the same message can be sent to objects of several different classes, and each object can respond in a different way dependent on its class.

Example: the function area can be used to find area of several geometrical figures like circle, triangle or square.

About our authors: Team EQA

You have viewed 1 page out of 62. Your C++ learning is 0.00% complete. Login to check your learning progress.

#