2
Reply

Explain the different forms of Polymorphism.

Nipun Tomar

Nipun Tomar

Jul 13, 2006
10.8k
0

    Polymorphism is two types

    1) Complie time:- Achieved by overloading

    2) Runtime :- Achieved by overriding

    Atul Jaiswal
    November 10, 2009
    0

    From a practical programming viewpoint, polymorphism exists in three distinct forms in Java: Method overloading ,Method overriding through inheritance ,Method overriding through the Java interface

    nikhil kansal
    July 13, 2006
    0