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 |
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
what is default accessibility for a class? what is difference b/w viewstate and controlstate? what is the default access specifier for a top level class which are not nested into other classes?
What is foreach loop in c#?
What is session c#?
Can you declare the override method static while the original method is non-static?
What is the purpose of namespace?
What is string pool in c#?
How to assign default value to nullable types? Did nested nullable types are allowed
If we inherit a class do the private variables also get inherited ?
boxing means converting value type to reference type and unboxing means converting reference type to value type.why we need boxing and unboxing?
3 Answers General Mills, Value Labs,
give suitable code for all login controls
What is the use of xmlserializer?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)