If the relation between two C++ classes can be best described as "is-a" relation, we should

If the relation between two C++ classes can be best described as "is-a" relation, we should

Answers:
A.
define them to be independent of each other.

B.
merge them into a single class.

C.
derive one class from the other (inheritance).

D.
contain one class in the other (containment).

Answer. C.