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
Explain About multi level and multiple inheritance how to achieve in .net
What is sqldatareader c#?
What is a generic c#?
Is it possible to have different access modifiers on the get/set methods of a property in c#?
Is string primitive?
Is c# pass by reference?
Are c# strings immutable?
Tell us something about static linking and dynamic linking?
What is garbage collector and where should you use in .NET?
How many types of namespaces available in version4?
List the fundamental oop concepts?
What I can do with c#?
Can we create instance of private class in c#?
What is foreach loop in c#?
What is a service layer c#?