|
java
|
|
|
|
|
Bookmarks
|
|
|
|
|
|
|
When does it make sense to choose an abstract class over an interface? - Java World
|
|
|
|
Choosing interfaces and abstract classes is not an either/or proposition. If you need to change your design, make it an interface. However, you may have abstract classes that provide some default behavior. Abstract classes are excellent candidates inside of application frameworks.
http://www.javaworld.com/javaworld/javaqa/2001-04/
saved under Interview Questions/Abstract vs Interface
by
java
|
|
|