Which is the base class for .net Class library?
Answer Posted / 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 |
Post New Answer View All Answers
what is csdl?
explain lazy loading, eager loading, and explicit loading?
what is .edmx file and what it contains?
What is Differnce between html.action and ajax.action?
Explain how you can implement Ajax in MVC?
How to change the action name in mvc?
What are ajax helpers in asp.net mvc?
How does servicing work for the .net framework 3.0?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
Explain the methods used to render the views in ASP.Net MVC?
List out few different return types of a controller action method?
What are the new features 3.5 framework against with the tool?
What is the difference between partial and renderpartial?
What is conceptual model? : Entity framework
How to return the JSON from action method in ASP.Net MVC?