Musings
Public · Protected · Private
What's the difference between an interface and abstract class?
-
2008-08-24 19:03In 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.
This blog is frozen. No new comments or edits allowed.