2
Reply

What are the different forms of Polymorphism?

Arjun Kumar

Arjun Kumar

12y
2.1k
0
Reply

    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