Answer Posted / kirti
A class that cannot be instantiated. An abstract class is a class that must be inherited and have the methods overridden. An abstract class is essentially a blueprint for a class without any implementation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When should we use sealed class in c#?
What is collection of classes in c#?
What is the use of ienumerable?
What is a satellite assembly in c#?
What is yield c#?
What is the difference between static and private constructor?
What is returned if you pass the value 12.34 to the parsefloat () function?
Is array thread safe c#?
How many kinds of elements an array can have?
Are attributes inherited c#?
List the different stages of a thread?
How long will it take to learn c sharp?
What is type safe code?
What does m mean in decimal c#?
Which are access modifiers available in c#?