What is the base class of .Net?

Showing Answers 1 - 38 of 38 Answers

sabir

  • Jan 6th, 2006
 

system

  Was this answer useful?  Yes

sabir

  • Jan 25th, 2006
 

dear suguna

                the base class will be system only but the system.object is consieder for the datatype

  Was this answer useful?  Yes

Asha

  • Feb 14th, 2006
 

System.Object is the base class of .NET

It Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate superclass of all classes in the .NET Framework; it is the root of the type hierarchy.

vijaya lakshmi

  • Feb 24th, 2006
 

System.Web.UI.Page

  Was this answer useful?  Yes

Ravi

  • May 18th, 2006
 

Hi

system.object is the base class of .net

  Was this answer useful?  Yes

luxmi

  • Jun 7th, 2006
 

The bese namespace is System of .net and the base class is System.Object.

  Was this answer useful?  Yes

Chimbu

  • Jun 26th, 2006
 

System.Object is the Base Class 4 .net

  Was this answer useful?  Yes

tushar

  • Feb 10th, 2007
 

The base class of .Net is System.Object.
As all types derive from it.
While System is not a class it is Root namespace present in .NET

  Was this answer useful?  Yes

anandramk

  • Jun 7th, 2007
 

System

  Was this answer useful?  Yes

shashank

  • Jun 28th, 2007
 

System is the base class as we derived all other classes from this class only.

  Was this answer useful?  Yes

purva

  • Aug 15th, 2007
 

System is base class, but in system.object object is not datatype it is namespace.

  Was this answer useful?  Yes

Nempal Singh

  • Aug 20th, 2007
 

System.Object is base Class for .Net

  Was this answer useful?  Yes

Arindam Das

  • Oct 17th, 2007
 

System is the namespace and System.Object is the base class.

  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