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
How do you escape a character?
Define an assembly in .net?
What is Dependency of Injection?
How many types of constructors are there in c#?
What is the base class of all classes in c#?
Can constructor be overloaded in c#?
What is the process of delegation?
What is the difference between Static, Const and read only?
What is c# and why it is used for?
What is routing in c#?
How do generics work in c#?
What is the purpose of reserved word using in c#?
Does c# replace c++?
What are strongly typed objects?
If casting fails what type of exception is thrown?