An abstract class and interface differences, and their respective benefits
An abstract class and interface differences, and their respective advantages 1. Abstract class can be realized, not Interface
2. Inherited from the point of view, an abstract class can inherit the realization of a single abstract class, it can achieve multiple interfaces.
3. Logo interface could play the role of identification, and no definition of any method
4 / / said that in mind:) posted on 2005-08-26 11:17 Java notes read (275) Comments (2) Edit collections cited
Tags: Class, interface, java class, java interface
Releated Java Articles
July 26, 2005 | Filed Under Core Java |






