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 .net framework in simple terms?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
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?
What is filters in web api?
What is the "helperpage.isajax" property?
Why should we go for entity framework?
What is meant by tempdata in mvc?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What is domain class model?
What is the use of the default route?
What is entity framework firstordefault?
How large is the .net framework 3.0? Does this change make the release larger?
What are action filters?
what is client wins and store wins mode in entity framework concurrency?