What?s the top .NET class that everything is derived from?
Answer Posted / shraddha
System.Object
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What operators can be used to cast from one reference type to another without the risk of throwing an exception?
Why do we need reflection in c#?
What is the size of a decimal?
What is a console application in c#?
How to reverse each word in a string using c#?
Define multicast delegate in c#?
Does c# have its own class library?
Can we create instance of private class in c#?
What are the 3 different types of arrays?
How to declares a two-dimensional array in C#?
What is bit in c#?
Which constructor is called first in c#?
How do you escape in c#?
In which way you can convert a value-type to a reference-type?
What is Covariance and contravariance in C#?