Java is an object oriented language and the four pillars of Object oriented
language is
1) Inheritence
2) Abstarction
3) Polymorphism
4) Encapsulation
Polymorphism is not related to multiple inheritence... Overloaded methods
explained below is one way Polymorphism is achieved in Java programming