Multiple Choice
A(n) ____________ is a method with no body that appears in a base class, and must be overridden in a (non-abstract) derived class.
A) shadow method
B) base method
C) derived method
D) abstract method
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: A class that is not intended to
Q5: A method that accepts a base class
Q6: When you want to make sure a
Q7: To allow a property to be overridden,
Q8: Only methods in a derived class can
Q10: To declare a class as abstract, you
Q11: The _ declares that a method in
Q12: Properties in a base class can be
Q13: If a derived class introduces additional methods,
Q14: In object-oriented programming, the _ is more