Explain the different forms of Polymorphism

Q

Explain the different forms of Polymorphism

✍: Guest

A

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

2013-03-04, 1939👍, 0💬