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 floating point types is supported in C#?

0 Answers  


How does a function pointer returns a function pointer?

3 Answers   Wipro,


For read-only operation which property you have to designated?

0 Answers   Siebel,


Which of the following API is used to hide a window?

0 Answers   3i Infotech,


What is a byte in c#?

0 Answers  






What is the benefit of using interface in c#?

0 Answers  


Is it possible to inline assembly or il in c# code?

0 Answers  


Is namespace a class?

0 Answers  


What is console programming language?

0 Answers  


What is a delegate? How can it works?

0 Answers   Siebel,


code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.

0 Answers  


What are custom exceptions?

0 Answers  


Categories