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

Verified
Correct Answer:
Verified
Related Questions
Q35: In the following code, which line has
Q36: If two methods have the same name
Q37: Which of the following statements correctly specifies
Q38: Given the following code: Line 1 public
Q39: Replacing inadequate superclass methods with more suitable
Q41: If a method in a subclass has
Q42: A _ member's access is somewhere between
Q43: When a subclass overrides a superclass method,
Q44: In the following code, which line in
Q45: In the following code, what is missing