Multiple Choice
Which of the following is correct?
A) a base class is a parent class or super class
B) a base class is a child class or derived class
C) a child class is a super class of its parent
D) a parent class is a subclass of its child
E) None of these are correct
Correct Answer:

Verified
Correct Answer:
Verified
Q39: Consider a class Plane and three subclasses,
Q40: Two children of the same parent class
Q41: Inheritance through an extended (derived) class supports
Q42: Example Code Ch 09-5<br>Consider the following class
Q43: Example Code Ch 09-2<br>Assume that Poodle is
Q44: Example Code Ch 09-3<br>Consider the class Car
Q45: The relationship between a parent class and
Q46: Example Code Ch 09-5<br>Consider the following class
Q47: Interface classes cannot be extended but classes
Q49: Example Code Ch 09-4<br>Given the following partial