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
What is a nullreferenceexception?
How do I trim a space in c#?
Explain polymorphism in c# with a simple example?
Explain what are the steps for creating clr trigger?
What is a sealed class?
How many digits are in an integer?
How can we sort an array in c#?
What Is A Satellite Assembly?
Explain when should you call the garbage collector in .net?
What is datagridview in c#?
What is a web service in c#?
What is the difference between method overriding and method overloading?
What is c# most used for?
What is array and its types in c#?
My switch statement works differently! Why?