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
Re-defining a method in a subclass
B
Creating a method with the same name in the same class
C
hanging the return type of a method
D
Overloading a method in the superclass