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 are HTML Helpers, AJAX Helpers in ASP.Net MVC?

0 Answers  


What are the sub types of ActionResult?

0 Answers  


What is separation of concerns in asp.net mvc?

0 Answers  


What is the need of .Net framework ?

1 Answers  


Why are there five tracing levels in System.Diagnostics.TraceSwitcher?

1 Answers  






What is basic authentication in web api?

0 Answers  


How do you enforce garbage collection in .NET

1 Answers   Wipro,


What is controllercontext?

0 Answers  


How do assemblies find each other?

2 Answers  


what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?

0 Answers  


Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?

0 Answers  


Is the lack of deterministic destruction in .NET a problem

1 Answers  


Categories