Back to quizzes
Method Overriding Quiz
Java / Loops | Medium | 15 questions
Question 1 of 15
4 free questions left
What is method overriding in Java?
A
subclass provides a specific implementation of a method that is already defined in its superclass.
B
A method in a class that cannot be changed.
C
A method that has the same name as the class.
D
A method that must return a value.