ASP Programming Question:
Download Job Interview Questions and Answers PDF
Whats an abstract class?
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