2
Reply

Explain the different forms of Polymorphism.

Nipun Tomar

Nipun Tomar

18y
10.8k
0
Reply

    Polymorphism is two types

    1) Complie time:- Achieved by overloading

    2) Runtime :- Achieved by overriding

    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