Question:
What is the base class of .net?
Answer:
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. Source: CoolInterview.com
Base class is a root class or superior class from which we can extend classes.it is the topmost in the classes so other classes can be derived from this class but it is not derived from any class.Depending on procedure base class may or may not give its objects to derived classes of it. Source: CoolInterview.com
Answered by: marupaka Raghu kishore | Date:
| Contact marupaka Raghu kishore
System.object Source: CoolInterview.com
Answered by: Vinod Tejnani | Date: 11/22/2007
| Contact Vinod Tejnani
System.object is for .Net
system.Web.UI is for asp.net
The super most 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. Source: CoolInterview.com
Answered by: SORNALAKSHMI | Date: 3/16/2008
| Contact SORNALAKSHMI
System.object is for .Net
system.Web.UI is for asp.net Source: CoolInterview.com
Answered by: jitender | Date: 1/29/2010
| Contact jitender
System.object is for .Net
system.Web.UI is for asp.net Source: CoolInterview.com
Answered by: bhavik | Date: 5/13/2010
| Contact bhavik
system.object is the base class of .net Source: CoolInterview.com
Answered by: sandeep | Date: 5/26/2010
| Contact sandeep
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|