Polymorphism in Java
The word Polymorphism is a combination of two Greek words: Poly which means many and Morph which means forms.
What if we want our derived class to inherit a method from the base class and have a different implementation for it? That is when polymorph...
richard.hashnode.dev4 min read