Which is the base class for .net Class library?

Answers were Sorted based on User's Feedback



Which is the base class for .net Class library?..

Answer / vaidyanathan r

Its System.Object

Is This Answer Correct ?    164 Yes 7 No

Which is the base class for .net Class library?..

Answer / mahesh kotekar

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

Which is the base class for .net Class library?..

Answer / saloni tyagi

System.Object

Is This Answer Correct ?    49 Yes 2 No

Which is the base class for .net Class library?..

Answer / mateo

simply system.object

Is This Answer Correct ?    36 Yes 0 No

Which is the base class for .net Class library?..

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

Which is the base class for .net Class library?..

Answer / vetri chelvan

System.Object

Is This Answer Correct ?    18 Yes 0 No

Which is the base class for .net Class library?..

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

Which is the base class for .net Class library?..

Answer / laxmi

Obviously System.object

Is This Answer Correct ?    1 Yes 0 No

Which is the base class for .net Class library?..

Answer / saugata

System

Is This Answer Correct ?    6 Yes 28 No

Which is the base class for .net Class library?..

Answer / remya

c, c++

Is This Answer Correct ?    0 Yes 32 No

Post New Answer

More Dot Net Framework Interview Questions

What is the difference between partial and renderpartial?

0 Answers  


What is objectset? : Entity framework

0 Answers  


What is the difference between string and String

1 Answers  


What are Action Methods in ASP.NET MVC?

0 Answers  


What is conceptual model? : Entity framework

0 Answers  






What is oauth in web api?

0 Answers  


If u have an Empty Xml file and u have to bind dataset data to empty xml file? if u have an empty dataset u have to bind xml file data to it?

0 Answers  


What is Differnce between html.action and ajax.action?

0 Answers   HCL,


What is shared and private assembly ?

3 Answers   Accenture, BirlaSoft,


Where is tempdata stored?

0 Answers  


How to Redirect Tracing to a File

0 Answers   HCL,


What is MSIL, IL, CTS and, CLR

1 Answers  


Categories