Object-oriented Programming: Polymorphism
Literally, "Poly" means many, "Morph" means form. So, Polymorphism = having many forms.
Polymorphism is a concept in Object-Oriented Programming (OOP) where an entity (variable, object, method) can change into other forms.
Real-world Example
Let's t...
krisoncode.com5 min read