Q.

If class Dog has a subclass Retriever, which of the following is true?

A. Because of single inheritance, Dog can have no other subclasses.
B. Because of single inheritance, Retriever can extend 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.
Answer» B. Because of single inheritance, Retriever can extend no other class except Dog.
1.9k
0
Do you find this helpful?
15

View all MCQs in

Java Programming

Discussion

No comments yet