ASP Programming Question:
Download Questions PDF

Whats an abstract class?

ASP Programming Interview Question
ASP Programming Interview Question

Answer:

A class that cannot be instantiated. A concept in C++ known as pure virtual method. A class that must be inherited and have the methods over-ridden. Essentially, it’s a#4767d0print for a class without any implementation.

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
Hows method overriding different from overloading?When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?