ContactUs :

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

What is overloading and overriding in java?

When we have more than one method with same name in a single class but the arguments are different, then it is called as method overloading.

Overriding concept comes in picture with inheritance when we have two methods with same signature, one in parent class and another in child class. We can use @Override annotation in the child class overridden method to make sure if parent class method is changed, so as child class.
Related Posts Plugin for WordPress, Blogger...
Flag Counter