What is Polymorphism?
In this lesson, we will be learning about the basics of polymorphism with the implementation details.
We'll cover the following...
The word Polymorphism is a combination of two Greek words, Poly means many and Morph means forms.
Definition
When we say polymorphism in programming that means something which exhibits many forms or behaviors. So far, we have learned that we can add new data and functions to a ...