Which is the base class for .net Class library?
Answers were Sorted based on User's Feedback
system is a namespace and object is the class
system.object is the base class for .net class library or we
can say root object
<mvkotekar@yahoo.com>
| Is This Answer Correct ? | 75 Yes | 6 No |
Answer / 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 |
Answer / kumaravel manikandan
System.Object is the correct answer. there should not be any
chance for new answer for this question.
| Is This Answer Correct ? | 2 Yes | 0 No |
What are scaffold templates in mvc?
Iam using an asp.net application . i want to update one of my table in database at 4pm every day how it is possible.
What is ado.net data provider? : Entity framework
Explain encapsulation
1 Answers HPCL, Hughes Systique Corporation,
why DotNetFramework is included in building a software
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?
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?
what is Framework?
Explain what is asp.net mvc?
What is the use of finalize and dispose eventhough garbage collector is working?
What is conceptual model? : Entity framework
If I have multiple filters implemented, what is the order in which these filters get executed?