What is the difference between class and abstract class?
Answer Posted / chandra kiran
we are unable to create a object for abstract classes
so it is used only as a base class for inheritance
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can a static class contain non static members?
Why do we need constructor?
What do you understand by the terms datareader object and dataset object?
What is the file extension for c#?
How do you comment in c#?
What operator means?
What is the use of return in c#?
Distinguish between system.string and system.text.stringbuilder classes?
Describe ways of cleaning up objects in c#.
What is a shared assembly?
Why generics are used?
What is a destructor in c#?
What are the return types in c#?
Does c# support multilevel inheritance?
Is int reference type c#?