ASP Programming Question:
Download Questions PDF

Whats an interface class?

Answer:

It’s an abstract class with public abstract methods all of which must be implemented in the inherited classes.

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?Why cant you specify the accessibility modifier for methods inside the interface?