Multiple Choice
When a derived class method has the same name as a base class method, it is often said that the derived class method ____________ the base class method.
A) shadows
B) mimics
C) overrides
D) terminates
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: You can think of a derived class
Q16: When one object is a specialized version
Q17: Inheritance involves a base class and a
Q18: When program code instatiates a derived class
Q19: If you want to create an abstract
Q21: A class that is not intended to
Q22: Which one of the following is a
Q23: When designing an object-oriented program, the best
Q24: A class that is not abstract is
Q25: New fields, properties, and methods cannot be