Answer Posted / preeti
Super class is one from which we derive a new class.
Only Existing class can be made as Super class.
C# has a super class or root class called "object" from
which all classess are derived.
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
What does using system mean in c#?
What is the delegate in c#?
what is method overloading in c#?
Is the following code legal?
How to use reflection to call generic method?
How do I calculate relative time?
What is array class in c#?
What are the Types of compatabilities and explain them
Explain how many types of exception handlers are there in .net?
What is the difference between list and array in c#?
Explain About a class access specifiers and method access specifiers.
What is difference between event and delegate in c#?
What is type system in c#?
Why is static constructor called first?
What are custom exceptions in C#?