What is use of
super class

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does type safe mean in c#?

693


What is a web service in c#?

761


Why are strings in c# immutable?

697


Can we instantiate abstract class in c#?

653


Give an example to show for hiding base class methods?

627


what is c# command?

700


What does public mean in c#?

698


What is the use of static in c#?

668


Why do we use inheritance in c#?

668


What is bitwise operator in c#?

674


Structs are not reference types. Can structs have constructors?

674


What is thread in c#?

738


What are cookies in c#?

750


What is the difference while using directive vs using statement ?

717


Value Type and Reference Type Data type in C#?

712