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

Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?

0 Answers  


Tell me the best web-sites for Learning the ASP DOT NET.

3 Answers  


How does the .net framework 3.0 relate to windows vista?

0 Answers  


Types of assemblies that can be created in dotnet ?

2 Answers   MMTS,


How do you specify comments using razor syntax?

0 Answers  






What are the main components of .net framework?

0 Answers  


What is the use of web api ? Why web api needed, if you have already restful services using wcf ?

0 Answers  


Why is entity framework used?

0 Answers  


how do you truncate a table using entity data model?

0 Answers   Microsoft,


mention in what all scenarios entity framework can be applicable?

0 Answers   Microsoft,


How the framework differentiate between 2 version dlls? eg Version 2.0 and 2.1 dlls are there. both are referred in the code.but we are using only name of that dll not the version number. in run time how the framework know which dll has to be referred?

1 Answers   Deloitte,


Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )

0 Answers   NNN,


Categories