ASP Programming Question:

Download Job Interview Questions and Answers PDF

Whats the difference between an interface and abstract class?

ASP Programming Interview Question
ASP Programming Interview Question

Answer:

In the interface all methods must be abstract, in the abstract class some methods can be concrete. In the interface no accessibility modifiers are allowed, which is ok in abstract classes.

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
And if they have conflicting method names?How can you overload a method?