What are the different forms of Polymorphism?
Arjun Kumar
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
polymorphism classified into two types they are compile time polymorphism run time polymorphism