Why Object is Superclass of all classes??

Showing Answers 1 - 3 of 3 Answers

Dhayanand D

  • May 29th, 2006
 

Object class is the super class of all the classes.

If the answer is something else the please do write me.

  Was this answer useful?  Yes

vinod

  • Jun 16th, 2006
 

There is no concept of multiple inheritances in java.

So they provide a class which has basic functionality which are necessary for a class.

  Was this answer useful?  Yes

PHANINDRA KUMAR

  • Jul 22nd, 2006
 

       when we use interface concept then we understand the concept of super class object is referring.when we use interface concept we cant create object.so that we can take super class reference can privide the sub class object.That is tyh importance of interfaces. i think so..............

  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