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


Please Help Members By Posting Answers For Below Questions

What is .net framework in simple terms?

750


What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?

753


How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?

759


When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?

753


What is filters in web api?

695


What is the "helperpage.isajax" property?

870


Why should we go for entity framework?

717


What is meant by tempdata in mvc?

732


Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?

740


What is domain class model?

698


What is the use of the default route?

774


What is entity framework firstordefault?

721


How large is the .net framework 3.0? Does this change make the release larger?

758


What are action filters?

775


what is client wins and store wins mode in entity framework concurrency?

905