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 is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
Is c# int immutable?
How many types of delegates are there in c#?
Explain about WSDL
Is hashset serializable c#?
What is a strong name in c#?
What is difference between a function and a method?
How much time will it take to learn unity?
What is the relation between classes and objects?
What are the different types of literals in c#?
When should we use delegates in c#?
What are strongly typed objects?
What are c# attributes and its significance?
What are primitive types in c#?
What's the c# syntax to catch any possible exception?