ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

When is a method said to be overloaded and when is a method said to be overridden?

Overloading deals with multiple methods in the same class with the same name but different method signatures.

Overriding deals with two methods, one in the parent class and the other one in the child class and has the same name and signatures.

Related Posts Plugin for WordPress, Blogger...
Flag Counter