Which is the base class for .net Class library?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Explain something about model, view and controllers in asp.net mvc?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
How to enable Attribute Routing?
Can I look at the IL for an assembly
how do you truncate a table using entity data model?
How we can add the css in mvc?
Explain tempdata in mvc?
what are partial classes?
12 Answers Digimaker, HP, N Tech, TCS,
what is the three pillar of .Net ?
what is difference b/w .net 1.1 and .net 2.0. I need Answer in c# , asp.net and ado.net Level.Like c#1.1 and c#.1.1 , ado.net1.1 and ado.net2.0 and asp.net1.1 and asp.net2.0
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
Explain the methods used to render the views in mvc?