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 are fields in c#?
How do you comment out code in c#?
What is a predicate in c#?
Explain about accessibility modifier 'protected internal'?
Which types of inheritances does c# support?
What is the difference between firstordefault and first?
What is default parameter in c#?
What is the difference between icomparer and icomparable in c#?
What is console based application?
Why do we need reflection in c#?
What is application object in c#?
How many types of serialization are there in c#?
What is written in c#?
Describe how a .net application is compiled and executed
How will you allow a class to be inherited, but prevent the method from being over-ridden?