Multiple Choice
__________ tells the Java compiler that a method is meant to override a method in the superclass.
A) @Override
B) @Overload
C) @Protected
D) @Inherited
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q48: All fields declared in an interface _.<br>A)
Q49: In the following statement, which is the
Q50: Which of the following shows the inheritance
Q51: Protected class members can be denoted in
Q52: If a class contains an abstract method
Q54: A compiler error will result if an
Q55: If a method in a subclass has
Q56: The _ key word is used to
Q57: When declaring class data members it is
Q58: What is wrong with the following code?