Multiple Choice
If a method in a subclass has the same signature as a method in the superclass, the subclass method __________ the superclass method.
A) inherits
B) overloads
C) overrides
D) implements
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q50: Which of the following shows the inheritance
Q51: Protected class members can be denoted in
Q52: If a class contains an abstract method
Q53: _ tells the Java compiler that a
Q54: A compiler error will result if an
Q56: The _ key word is used to
Q57: When declaring class data members it is
Q58: What is wrong with the following code?
Q59: In an inheritance relationship _.<br>A) the subclass
Q60: It is not possible for a superclass