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
Explain RenderBody and RenderPage in ASP.Net MVC?
How we can register the Area in ASP.Net MVC?
What is asp net framework?
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
What does mvvm mean?
Explain Bundle.Config in ASP.Net MVC4?
What is orm entity framework?
Explain the use of Inversion of control (IOC)?
What are the levels at which filters can be applied in an asp.net mvc application?
What is the difference between model view and controller?
What is Layout in ASP.Net MVC?
What are Non Action methods in ASP.Net MVC?
What is the meaning of unobtrusive javascript? Explain us by any practical example.
How you can implement custom validation in asp.net MVC?
What are the new enhancements done in default project template of asp.net mvc 4?