If class Dog has a derived class Retriever, which of the following is true?
a. In the case of single inheritance, Dog can have no other derived classes.
b. In the case of single inheritance, Retriever is derived from no other class except Dog.
c. The relationship between these classes implies that Dog “is a” Retriever.
d. The relationship between these classes implies that Retriever “has-a” Dog.