When a function in the base class is redefined in the inherited class is called?

Related Questions

You must login to add an answer.

1 Answer

  1. Overriding is the word when a function belonging to the base class is redefined in the inherited class which is part of Java language. It is a language feature that allows a subclass or child class to provide a specific implementation of a method that is already provided by one of its super classes or parent classes.