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 |
mention what is the difference between ado.net and classic ado?
What are the features that are new in .net 2.0
Which are the important namespaces used in mvc?
What is entitytypes? : Entity framework
Can you set the unlimited length for "maxjsonlength" property in config?
About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use ?
6 Answers Infosys, Microsoft, MMTS,
What is the use of action filters in an mvc application?
What is ViewData and TempData in ASP.Net MVC?
Where The Inheritence is useful?How we decide the situation of inheritence
What are child actions in ASP.Net MVC?
What is representational state transfer (rest) mean?
What is Peek method in Tempdata in ASP.Net MVC?