What is use of
super class

Answers were Sorted based on User's Feedback



What is use of super class..

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

What is use of super class..

Answer / ramesh

SuperClass is a Base Class for an derived class

Is This Answer Correct ?    17 Yes 2 No

What is use of super class..

Answer / 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

What is use of super class..

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

Post New Answer

More C Sharp Interview Questions

What is method and function in c#?

0 Answers  


How do generics work in c#?

0 Answers  


Is string null or empty?

0 Answers  


1. What is lazy loading? 2. What is delay signing? 3. How to transfer view object to presenter in MVP? 4. How to create a generic class? 5. What is Ajax object? 6. What is explicit interface implementation? 7. I1, I2 interfaces have same methods (say PrintName) explicitly implemented in class C1. Now how to call PrintName method from I1? 8. I have a list of Customers. List the customer with maximum orders using LINQ.

1 Answers   Aptron, Volvo,


What is default method in c#?

0 Answers  






What is the use of return in c#?

0 Answers  


Hello Friends..am Mohammed riyash..final year BCA in Jamal Mohamed College 2009. Trichy. My doubt is while connecting SQL2005 Built in Database withing the Visual Studio 2005 Framework.. I am getting the error.. That " An Error occurred and it may be due to , under the default settings of the Server, the connection cannot be established.." But the code works in MS Access for me.. Both in VB.Net and C#.Net am getting the same error.. Any genius please Message me to 9994558822 or mail me.. riyash.ips@gmail.com

3 Answers  


What are fields in c#?

0 Answers  


So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?

0 Answers  


Explain the difference between directcast and ctype.

0 Answers  


How do you implement multiple inheritance in .NET?

5 Answers   Infosys, Microsoft,


How do I type a whitespace character?

0 Answers  


Categories