What?s the top .NET class that everything is derived from?
Answer Posted / sai
system.object
Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Is array passed by reference in c#?
Is list immutable in c#?
What is better C# or VB.NET?
What framework is used for performance testing/load testing?
What is part of a method signature in c#?
Is it possible to have a static indexer in c#? Allowed in c#.
Why do we still see so much non-oo code written in c# today?
Is char * null terminated?
What is the property of a class in c#?
What is the difference between disposing of () and finalize() methods in c#?
If I want to override a method one of class A and in class b then how do you declare?
Can interface have virtual methods in c#?
What are the value types in c#?
What is the implicit name of the parameter that gets passed into the class set method?
Explain the difference between abstract class and interface in .net?