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
What does type safe mean in c#?
What is a web service in c#?
Why are strings in c# immutable?
Can we instantiate abstract class in c#?
Give an example to show for hiding base class methods?
what is c# command?
What does public mean in c#?
What is the use of static in c#?
Why do we use inheritance in c#?
What is bitwise operator in c#?
Structs are not reference types. Can structs have constructors?
What is thread in c#?
What are cookies in c#?
What is the difference while using directive vs using statement ?
Value Type and Reference Type Data type in C#?