The Artima Developer Community
Sponsored Link

Articles Forum
Designing with Interfaces

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

Designing with Interfaces Posted: Nov 1, 1998 9:34 AM
Reply to this message Reply
Advertisement
This article describes the process I went through to understand Java's interface. I talk about multiple inheritance and the diamond problem, polymorphism and dynamic binding, separation of interface and implementation as the spirit of Java, and my ultimate epiphany on how we should think about and use interfaces when we design.

Read this Artima.com article:

http://www.artima.com/designtechniques/interfaces.html

Topic: Introduction to Design Techniques Previous Topic   Next Topic Topic: Object Initialization in Java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use