Vidyalelo
Java Programming · Q13

Inheritence

Programming · Java Programming · question 13

Q13

In Java, can a subclass have more than one superclass?

A.
No, a subclass can only have one superclass
Answer
B.
Yes, a subclass can have multiple superclasses
C.
Only if the superclasses have the same name
D.
Only if the subclass is marked as "final"

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board