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
Q1: Inheritance refers to a very specialized form
Q11: The class _ is an ancestor class
Q12: If the final modifier is added to
Q14: The keyword extends indicates:<br>A)encapsulation<br>B)polymorphism<br>C)inheritance<br>D)none of the above<br>
Q21: A constructor for a derived class begins
Q25: Explain the modifiers public,protected and private.
Q29: Private methods of the base class are
Q32: Overriding is when a derived class redefines
Q34: A derived class is a class defined
Q39: The call to the base class constructor