Multiple Choice
An object of a derived class has the type of the derived class,and it also has the type of the base class,and more generally,has the type of every one of its ___________ classes.
A) descendant
B) child
C) ancestor
D) sub
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: The special syntax for invoking a constructor
Q32: Overriding is when a derived class redefines
Q33: In using the keyword this in place
Q34: A derived class is a class defined
Q35: What does a derived class automatically inherit
Q37: The equals method for a class should
Q38: A derived class is also called a<br>A)sub
Q39: The call to the base class constructor
Q40: Explain how parent and child classes are
Q41: What is a "has a" relationship?