Method Overriding in Java Flashcards
1
Q
What is the method overriding?
A
If a super class method is modified in the sub class then it is called method overriding.
2
Q
More on Java method overriding
A
https://javaconceptoftheday.com/method-overriding-java/