Which class is not inherited from object class?

Showing Answers 1 - 33 of 33 Answers

mukesh

  • Feb 18th, 2007
 

abstract class

  Was this answer useful?  Yes

devshree

  • Feb 20th, 2007
 

its abstract class.

  Was this answer useful?  Yes

pramod

  • Feb 28th, 2007
 

Object class is the super class of all classes. So in Java there is no other class which is the super class of another class.

geek.java

  • Mar 5th, 2007
 

although in Java , object is the root class for all the classes but class "class" is not derived from it . in fact object is derived from "class"

  Was this answer useful?  Yes

sheetalkamthe

  • Mar 16th, 2007
 

abstract class

  Was this answer useful?  Yes

Pongapundit

  • Sep 23rd, 2014
 

The class Class is not inherited from Object.

  Was this answer useful?  Yes

pallavi kar

  • Nov 12th, 2014
 

Final Class

  Was this answer useful?  Yes

Lalit Paymode

  • Jan 22nd, 2015
 

sealed clas

  Was this answer useful?  Yes

Manish Singh

  • Jan 30th, 2015
 

Object class is the base class for all the inbuilt or internal classes of the .net framework. So any class which is created by the programmer is not inherited from the Object class by default.

  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