What is the base class of .NET?

Showing Answers 1 - 13 of 13 Answers

sridhar

  • Jul 9th, 2005
 

The base class of all server controls is Control class that resides in System.Web.UI 
namespace

  Was this answer useful?  Yes

Kumar

  • Jul 22nd, 2005
 

System.Object

  Was this answer useful?  Yes

varun

  • Apr 30th, 2007
 

the supermost base class is system.object. even the system.web.ui comes from the system.object. All the object of type either value or reference type come from system.object. see the msdn doc for the same.

  Was this answer useful?  Yes

GOPINATH.P

  • Sep 12th, 2011
 

System.object is the base class for VB.NET

  Was this answer useful?  Yes

Vivek

  • Sep 26th, 2011
 

Object class is the base class of dot net

  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