Multiple Choice
The process of reimplementing in a subclass a method from the base class is called
A) overriding.
B) overloading.
C) polymorphism.
D) inheritance.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: A base class may also be called
Q16: What is another name for an "is-a"relationship?<br>A)composition<br>B)abstraction<br>C)generalization/specialization<br>D)kind-of/example
Q17: Classes that are not abstract classes are
Q18: Another name for a subclass is a(n)<br>A)described
Q19: A tennis player is a kind of
Q21: Inheritance takes advantage of an existing generalization/specialization
Q22: A subclass cannot contain a data member
Q23: No objects can be created of a
Q24: A subclass cannot inherit methods from another
Q25: A class definition may include a constructor