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 lazy loading in entity framework?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
Why we need a separate mobile project template, while we can render our web application in mobile ?
What are the 2 popular asp.net mvc view engines?
In Server how to check whether model has error or not in ASP.Net MVC
How can we determine action invoked from HTTP GET or HTTP POST?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
Is razor a server side?
What is the "helperpage.isajax" property?
i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?
What is entitytypes? : Entity framework
Can I add asp.net mvc testcases in visual studio express?
What is conceptual model? : Entity framework
What are Model Binders in ASP.Net MVC?
What are the versions of .net framework?