ASP Programming Question: Download ASP Programming PDF

Whats an abstract class?

Tweet Share WhatsApp

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 PDF Read All 194 ASP Programming Questions
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)?