What?s the top .NET class that everything is derived from?
Answer Posted / pompana gouda
System.Object
This is the base object from which all other classes are
derived.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is windows application in c#?
What is a static in c#?
Why do we need encapsulation in c#?
Explain what are three test cases you should go through in unit testing?
Why do we still see so much non-oo code written in c# today?
What is hashmap in c#?
Is static thread safe?
Define xslt.
Explain the Abstract class in c#.net
Why do we use readonly in c#?
How does the clr work?
What is sql transaction in c#?
How to implement a singleton design pattern in c#?
What is the difference between structure and class in c#?
What is part of a method signature in c#?