Java Interview Questions for Freshers > Method Overriding in Java > Flashcards
What is the method overriding?
If a super class method is modified in the sub class then it is called method overriding.
More on Java method overriding
https://javaconceptoftheday.com/method-overriding-java/