Q. If class Dog has a subclass Retriever, which of the following is true?
β
Correct Answer: (B)
Because of single inheritance, Retriever can extend no other class except Dog.
You must be Logged in to update hint/solution