How do you achieve multiple inheritance in Java?

A) Using interfaces.
B) Using abstract classes
C) Using final classes
D) None of the above

Showing Answers 1 - 4 of 4 Answers

letcshail

  • Apr 26th, 2007
 

In java multiple inheritance is not allowed(but allowed in C++).In java you can have at most  one direct base class. A base class can have many subclass.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions