Class used for the multiple inheritance in JAVA? A. anonymous class B. inner class C. abstract class D. none

Showing Answers 1 - 2 of 2 Answers

shashank

  • Sep 12th, 2005
 

abstract class. since multiple inheritance is indirectly followed by interfaces and as methods cant be defined in the interface so we name the class implementing it as

abstract so the abstract obtion is right.

  Was this answer useful?  Yes

YM

  • Apr 11th, 2006
 

Java cannot use multiple inheritance. Only C++ can

  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