Multiple Choice
The relationship between a parent class and a child class is referred to as a(n) __________ relationship.
A) has-a
B) is-a
C) was-a
D) instance-of
E) alias
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q46: Example Code Ch 09-5<br>Consider the following class
Q47: Interface classes cannot be extended but classes
Q48: Which of the following is correct?<br>A) a
Q49: Example Code Ch 09-4<br>Given the following partial