What is use of
super class

Answers were Sorted based on User's Feedback



What is use of super class..

Answer / 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

What is use of super class..

Answer / ramesh

SuperClass is a Base Class for an derived class

Is This Answer Correct ?    17 Yes 2 No

What is use of super class..

Answer / radix

super class is also called as the base class or as the
parent class.

we can inherit methods of base class to our derived class
by using inheritance, where derived class is also callled
as the child class if and only if it is derived from the
parent

Exmaple you are the derived class of your parents who are
the base class for you, few of their methods
(looks,emotions,way of speech etc) are into you but few of
our methods(style,behaviour etc) cannot be into your parents

Is This Answer Correct ?    4 Yes 0 No

What is use of super class..

Answer / penchal das

super class is base class where we can call that method from
any where in that class.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Why do we need generics?

0 Answers  


can we access main() using objects?

1 Answers   ssinformatics,


Explain the top reason to use c# language?

0 Answers  


How?s method overriding different from overloading?

4 Answers  


what are delegates? How you used then in your project?

10 Answers   Hawk Eye, IndiaTimes, Kanbay,






What is bit in c#?

0 Answers  


What are delegates and why are they required?

0 Answers  


What does m mean in decimal c#?

0 Answers  


What is a three-tier application.

0 Answers   Siebel,


Can you override private virtual methods?

5 Answers  


What is use of super class

4 Answers   NIIT,


What is the difference between Hash Table and Arrays?

12 Answers   IBM,


Categories