Home / Programming MCQs / JAVA MCQs / Question

R

Ram Sharma • 188.81K Points
Coach

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.

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.