Polymorpism means many forms that is able to define in many forms. There are two ways to implement polymorphism principle in our programming code.
Method Over Loading
Methods having same name and different parameters within same class
Method Overriding
Derived class implement a similar function as in base class.