What is the difference between class and abstract class?
Answer Posted / vijay kumar
Class can create 'n' numbers of objects but abstract class
can only create reference object.and bydefault scope of the
abstract class is public while simple class bydefault internal.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to implement singleton design pattern in c#?
What is an enumerator in c#?
Can a method be sealed in c#?
How do I move from one form to another in c#?
What are the 3 different types of arrays?
Describe the overview of clr integration.
What are c# i/o classes? What are the commonly used i/o classes?
What is toint32 c#?
How do you prevent a class from being inherited in c#?
Define a class and an object?
What are the types of serialization?
What are Indexers in C#?
Explain anonymous type in c#?
What is the file extension for c#?
What are the differences between events and delegates in c#?