2
Reply

What are the different forms of Polymorphism?

Arjun Kumar

Arjun Kumar

Jul 06, 2012
2.1k
0

    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

    masthan p
    December 02, 2012
    0