Whats the difference between an interface and abstract class?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online ASP Programming Job Interview Questions And Answers