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 

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Facebook
  • DotNetKicks
  • DZone
  • Netvouz
  • Propeller

Tags: , , ,

Releated Java Articles

Comments

Leave a Reply