What?s the top .NET class that everything is derived from?

Answers were Sorted based on User's Feedback



What?s the top .NET class that everything is derived from?..

Answer / venu gopal

System.Object.

Is This Answer Correct ?    26 Yes 2 No

What?s the top .NET class that everything is derived from?..

Answer / mukesh kumar

object is the top .NET class that everything is derived from
as object is a super class.

Is This Answer Correct ?    10 Yes 1 No

What?s the top .NET class that everything is derived from?..

Answer / mohan krishna

System.object

Is This Answer Correct ?    6 Yes 0 No

What?s the top .NET class that everything is derived from?..

Answer / haris

namspaces is top of the .net classes

Is This Answer Correct ?    4 Yes 10 No

Post New Answer

More C Sharp Interview Questions

What is for loop in c#?

0 Answers  


What are custom exceptions in C#?

0 Answers   Arigo Infotech,


What is a linked list c#?

0 Answers  


What is private readonly in c#?

0 Answers  


So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?

0 Answers  






Can you inherit multiple classes in c#?

0 Answers  


Can you declare a C++ type destructor in C# like ~MyClass() ?

1 Answers  


What is a .aspx file?

0 Answers  


What is multidimensional array in c#?

0 Answers  


What is difference between method and function in c#?

0 Answers  


What is different about switch statements in c#?

0 Answers  


Is it possible to inherit multiple interfaces?

0 Answers   Siebel,


Categories