What is use of
super class
Answers were Sorted based on User's Feedback
Answer / preeti
Super class is one from which we derive a new class.
Only Existing class can be made as Super class.
C# has a super class or root class called "object" from
which all classess are derived.
Is This Answer Correct ? | 22 Yes | 3 No |
Answer / ramesh
SuperClass is a Base Class for an derived class
Is This Answer Correct ? | 17 Yes | 2 No |
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 |
Answer / penchal das
super class is base class where we can call that method from
any where in that class.
Is This Answer Correct ? | 3 Yes | 0 No |
Can you explicitly call a destructor?
Can destructors have access modifiers?
Explain the feature of c# language?
What is an abstract class c#?
Explain the difference between const and static read-only?
Explain About Virtual functions and their use.
what is meant inheritance. can you exaplain what kind inhertance ussed in your project
What is the difference between Object and class adapters?
Explain the difference between object type and dynamic type variables in c#?
Is functional interface runnable?
What is the wildcard character in sql?
Is .net and c# the same?