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
Differentiate between the public and private ?
What is _layout cshtml?
Does unity require coding?
Which is faster hashtable or dictionary?
What can we do to handle multiple exceptions?
Major difference between Basic httpbinding and WShttpbinding?
Can abstract class have constructor c#?
What does this keyword mean in c#?
What is the difference between array and arraylist in c#?
What is difference between dll and exe in c#?
How does substring work in c#?
What is sealed class in c#?
What are circular references? How garbage collection deals with circular references.
Can we write class inside a class in c#?
Explain the feature of c# language?