Public · Protected · Private
What's the difference between an interface and abstract class?
Type: Public  |  Created: 2008-08-24  |  Frozen: Yes
« Previous Public Blog Next Public Blog »
Comments
  • 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.
    2008-08-24 19:03
This blog is frozen. No new comments or edits allowed.