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 many parameters can a method have c#?
Can a dictionary have duplicate keys c#?
Is versioning applicable to private assemblies?
What is the difference between int.parse and int.tryparse methods?
How to install or uninstall a windows service?
What is trim in c#?
What can you do as a .net developer?
What Is A Satellite Assembly?
Describe an abstract class?
Is and as keyword in c# net?
What are virtual classes in c#?
List some Advantages of switch-case over if else?
I want to print "Hello" even before main() is executed. How will you achieve that?
Explain the difference between the system.array.copyto() and system.array.clone()?
What is equal c#?