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 are Scaffold templates in ASP.Net MVC?
How we can register the Area in ASP.Net MVC?
What are Action Filters in ASP.NET MVC and its use?
what is conceptual model?
What are the components required to create a route in ASP.Net MVC?
What is Layout in ASP.Net MVC?
How does the .net framework 3.0 relate to windows vista?
Is .net framework 4.8 the last version?
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?
Explain tempdata in mvc?
Can I remove .net framework?
what is entityclient?
What are actions in mvc?
What are the two ways to add constraints to a route?
What is the difference between partial and renderpartial?