Saturday, March 28, 2009

Difference between abstract class and interface

In abstract class some methods can have implementation but in interface all the methods have to be abstract. Abstract class can have access modifiers but interface method declaration cannot have access modifiers.

No comments: