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 entity graph? : Entity framework
Why to use html.partial in mvc?
Is .net framework backwards compatible?
What are the ways to deploy an assembly?
Explain what languages does the .net framework support?
What is "out" parameter how it is used in methods?
what is explicit loading?
What symbol would you use to denote, the start of a code block in razor views?
Can you please explain the request flow in ASP.NET MVC framework?
Why do I get errors when I try to serialize a Hashtable
Can you explain the page life cycle of mvc?
What are the options can be configured in AJAX helpers?