polymorphism classified into two types they are compile time polymorphism run time polymorphism
There are two type of Polymorphism 1.Static Static Poly can be achieved by Function overloading,Operator Overloading2. Dynamic Poly.Dynamic Poly can be achieved by Virtual method ,abstract class ,Interface