Answer Posted / ramesh
SuperClass is a Base Class for an derived class
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What's the difference between abstraction and encapsulation?
What is the difference between == and object.equals?
Name which controls do not have events?
What you mean by delegate in c#?
What is the output of TextWriterTraceListener redirected?
Describe ways of cleaning up objects in c#.
Explain the advantage of using system.text.stringbuilder over system.string?
The int maps to which C# keyword in .NET type?
What is the purpose of a constructor in c#?
What are constants in c#?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
What are the Types of configuration files and their differences
Please explain value types and reference types used in c#?
Are arraylist faster or arrays?
What is the difference between add and addrange in c#?