What?s the top .NET class that everything is derived from?
Answer Posted / venu gopal
System.Object.
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
What is the difference between static class and sealed class in c#?
What do u mean by delegation?
What is windows application in c#?
Why data types are important?
Why do we use static class in c#?
What is the adv of using System.Text.StringBuilder over System.String?
Do void methods have parameters?
Can properties be private in c#?
What is the default value of guid in c#?
Is there any sample c# code for simple threading?
How can it prevents DLL Hell assembly versioning in .NET?
What is a float?
What is the difference between int.parse and int.tryparse methods?
Explain constructor in c#?
Explain Direct CAST vs CType ?