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
What is difference between c sharp and c#?
What is the difference between interface and functional interface?
Explain the role of Garbage collector and its generations?
Is as operator in c#?
Define using statement in c#?
What is the difference between a variable and a literal?
How is lazy loading achieved?
Can we create instance of private class in c#?
What is the default value of guid in c#?
What is the use of expression tree in c#?
What is string concatenation?
What is delegate in c#?
What are reflections in c#?
Can struct inherit from class c#?
What is the advantage of generics in c#?