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

Explain representational state transfer (rest) in detail?

0 Answers  


How big is the char ?

1 Answers  


Explain encapsulation

1 Answers   HPCL, Hughes Systique Corporation,


how to create session in .net

3 Answers  


What is the main difference between VS 2005 and VS 2003?

5 Answers   CTS, Satyam,






What is routeconfig.cs in mvc 4?

0 Answers  


Why to use html.partial in mvc?

0 Answers  


Can you draw and explain the .NET Farmework?

2 Answers   Bosch,


What are the types of assemblies

1 Answers  


will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

9 Answers   Kanbay,


Explain linq to entities? : Entity framework

0 Answers  


How do I define my own code group

1 Answers  


Categories