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 / guest

System.Object

Is This Answer Correct ?    30 Yes 2 No

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

Answer / ranjanatyagi

system.object

Is This Answer Correct ?    13 Yes 4 No

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

Answer / sai

system.object

Is This Answer Correct ?    8 Yes 3 No

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

Answer / vinodh kumar

System.Object

Is This Answer Correct ?    3 Yes 0 No

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

Answer / shraddha

System.Object

Is This Answer Correct ?    3 Yes 0 No

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

Answer / velraj

System.Web.UI.Page

Is This Answer Correct ?    0 Yes 3 No

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

Answer / poornimabontha

No top class in .net

Is This Answer Correct ?    0 Yes 18 No

Post New Answer

More C Sharp Interview Questions

interface a { Method1() Method2() } class b: a { override Method1() override Method2() } what will happen & why?

5 Answers  


Can abstract class have constructor?

0 Answers  


What is the difference between static class and sealed class in c#?

0 Answers  


Can abstract class have parameterized constructor?

0 Answers  


How to use reflection to call generic method?

0 Answers  


Which config file has all the supported channels/protocol?

0 Answers  


How did you implemented classes in your project?

1 Answers   TCS,


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

0 Answers   Siebel,


What is sorted list in c#?

0 Answers  


Why do we need private constructor in c#?

0 Answers  


Asha buys 16 Chocolates for rs 12 and 24 chocolates for rs 20, if she sold them 30 chocolates for rs 30 then what is the Gain/Loss percentage? Gain(700/19 %) Loss(700/19 %) Gain(500/19 %) Loss(500/19 %) If one person ate 100 grapes in 5 days and 6 more each day from starting, what was the no of grapes he ate on first day? 6 8 10 7 If seven men P, Q, R, S, T, U, V parked his car, P and Q something like that. 6 student J, K, L, M, N, O went for picnic in 2 batches, K and L have to go together, M and O do't go together, if O and L go in one batch then which of these combination will be wrong. Jmnp Jklo klop JKLO a boat can go upstream and down stream, if it goes 5/2 times of downstream at the speed of 6 kmph then what will be the speed of upstream? 15 KMPH 12 KMPH 10 KMPH 11 KMPH A, B, C, D, E sitting on a table, A sits 2 seat left from B and C sits 2 seat right from B then what will not be the combination ACDE

0 Answers   Symphony,


Can c# inherit multiple classes?

0 Answers  


Categories