What?s the top .NET class that everything is derived from?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the use of Mutex in C#?
what is a static constructor?
What is the difference between struct and class c#?
What does xpath return?
Why do we use dataset in c#?
What is Implicit conversion in C#?
What is mvc in c#?
Is javascript harder than c#?
What are the advantages of interface in c#?
If a child class instance is created, which class constructor is called first - base class or child class?
What is unrecognized escape sequence in c#?
Can fields inside a class be virtual?
What is difference between field and property in c#?
How do you declare an interface in c#?
Why generics are used?