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
How is exception handling implemented in c#?
What is string literal in c#?
What is virtual in c#?
What is private virtual in C#?
What does a constructor do c#?
Does c# support multiple inheritance (mi)?
What is difference between abstraction and encapsulation in c#?
What is interpolation in programming?
What is the file extension for c#?
What is difference between string and stringbuilder in c#?
What can be done with c#?
Can the nested class access, the containing class. Give an example?
What is dependency in software?
What is a callback c#?
What is the difference between struct and class in c#?