user image

Pooja Sharma

Job Interview Skills
English
2 years ago

24. What is Overriding?

user image

Abhishek Mishra

2 years ago

When a class defines a method using the same name, return type, and arguments as a method in its superclass, the method in the class overrides the method in the superclass. When the method is invoked for an object of the class, it is the new definition of the method that is called, and not the method definition from superclass. Methods may be overridden to be more public, not more private.

Recent Doubts

Close [x]