Which is the base class for .net Class library?
Answers were Sorted based on User's Feedback
system is a namespace and object is the class
system.object is the base class for .net class library or we
can say root object
<mvkotekar@yahoo.com>
| Is This Answer Correct ? | 75 Yes | 6 No |
Answer / rahber
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.
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.
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / kumaravel manikandan
System.Object is the correct answer. there should not be any
chance for new answer for this question.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the property available to check if the page posted or not
What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables
What are the Core features of ASP.NET MVC?
What data type should you use if you want an 8-bit value that's signed ?
what is .NET ?
What is JIT and how is works ?
Why to use html.partial in mvc?
What is needed for running an application built on winfx on the .net framework 3.0?
How to update one of my table in database at 4pm every day how it is possible?
What is .net framework & its benefits?
Can we have more than 1 partial classes in the same file?
What is associationset? : Entity framework