1.

Explain The Different Forms Of Polymorphism?

Answer»

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.

From a practical programming viewpoint, polymorphism exists in three distinct forms in Java:



Discussion

No Comment Found