Multiple Choice
A(n) ________ is a method that appears in a superclass, but expects to be overridden in a subclass.
A) abstract method
B) protected method
C) static method
D) overloaded method
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: If ClassC is derived from ClassB which
Q11: A subclass can directly access _.<br>A) only
Q16: In a class hierarchy,<br>A) the more general
Q17: Because the subclass is more specialized than
Q18: In the following statement, which is the
Q20: In the following statement, which is the
Q33: You can write a super statement that
Q41: If a method in a subclass has
Q43: When a subclass overrides a superclass method,
Q51: Protected class members can be denoted in