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 string intern do?
Write the difference between TypeOf and GetType?
Which types of inheritances does c# support?
why delegate is type safe?
What is event and delegates in c#?
Can we have multiple constructors in a class c#?
Define constructors
What is array formula?
Does c# have primitives?
What is a namespace server?
Explain the difference between abstract class and interface.
What is verbatim string literal in c#?
What are PE(Portable Executable)?
Why objects are stored in heap in c#?
What is strong name assembly?