answersLogoWhite

0

Java does not support multiple inheritance; a subclass cannot have more than one parent.

Java compensates for this with interfaces. A class can implement multiple interfaces, but can only extend one class.

User Avatar

Wiki User

14y ago

What else can I help you with?