ASP Programming Question:
Download Questions PDF

When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?

ASP Programming Interview Question
ASP Programming Interview Question

Answer:

When at least one of the methods in the class is abstract. When the class itself is inherited from an abstract class, but not all base abstract methods have been over-ridden.

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
Whats an abstract class?Whats an interface class?