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

How will you load dynamic assembly? How will create assemblies at run time?

3 Answers   Lance Soft, MGL,


mention what is csdl, ssdl and msl sections in an edmx file?

0 Answers   Microsoft,


What meant of assembly & global assembly cache (gac) & Meta data

1 Answers  


What is meant by tempdata in mvc?

0 Answers  


Does razor engine supports for tdd?

0 Answers  






what is minimum requirement for entity framework applications to run?

0 Answers   Microsoft,


What is the domain object?

0 Answers  


The order of the filters that get executed, if the multiple filters are implemented?

0 Answers  


Where do the reference-type variables go in the RAM ?

1 Answers  


What is the difference between ViewData, ViewBag and TempData?

0 Answers   Wipro,


How can I tell what .net framework is installed?

0 Answers  


What is .net architecture?

0 Answers  


Categories