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 is satellite assembly? And steps to create satellite assembly?
Explain how do I get deterministic finalization in c#?
What is a shared assembly?
what is IEquatable
is it possible to access a remote web service Without UDDI?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
Tell us something about static linking and dynamic linking?
What is sealed class in c#?
What is the difference between ienumerable and iqueryable?
What is xml document how do you open it?
What are immutable types in c#?
What is AutoMapper in C#?
Which one is trusted and which one is untrusted?
What is hash c#?
What are partial types in c#?