Programming Tutorials

Explain the different forms of Polymorphism.

By: Karthik in Interview Tutorials on 2012-06-16  

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  





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

Latest Articles (in Interview)