What?s the top .NET class that everything is derived from?
Answer Posted / vinodh kumar
System.Object
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can we make a thread sleep for infinite period ?
What are the collections in c#?
Explain when should you call the garbage collector in .net?
Is array reference type in c#?
Does c# do array bounds checking?
How many constructors can a class have c#?
When would you use generics in your code c#?
What is command object in c#?
How to reduce image resolution in C#?
Can we create instance of private class in c#?
How does one compare strings in c#?
What is the difference between delegates and superdelegates?
Can we inherit a class with private constructor in c#?
What is an interface class in c#?
Describe ways of cleaning up objects in c#.