Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

hi, I am a begineer to c sharp. I have written a code for finding out prime numbers. Can anyone identify what are the flaws in my code. Kindly donot complex the code or present logic because i am new to c sharp and just started learning programming language.Thanks in advance. class Program { static void Main(string[] args) { int a,b=1; a = int.Parse(Console.ReadLine()); c= int.Parse(Console.ReadLine()); if (a % b == 0 && a % 2 != 0 && a % a == 0) Console.WriteLine(a); else if (a % b == 0 && a % 2 == 0) Console.WriteLine(a%2); Console.WriteLine("Number is not PRIME"); Console.ReadLine(); } } }

2 Answers  


What are the access allowed for compilation units(namespace),class and structs and what are its default access?

1 Answers   TCS,


What is overloading with example?

0 Answers  


Different between method overriding and method overloading?

0 Answers  


Why is .net so popular?

0 Answers  


What Happens In Memory When You Box And Unbox A Value-type?

0 Answers   Siebel Systems,


What are the different generaions of Garbage Collection and how do they work

4 Answers  


from web.config file with connection string who to interact means who to connect in gridview. in my system shows null something error what is the problem

3 Answers   Bally Technologies,


can you overload a method of class A in Class B if it is derived class of A?If it is yes tell me how is it possible?

4 Answers   Mphasis, Ness Technologies,


What is instantiating a class?

0 Answers  


What is the diff between System.String and System.Text.StringBuilder classes?

0 Answers   Siebel,


Why do we need constructor in c#?

0 Answers  


Categories