Re: Programming to an Interface
- From: Robert Martin <unclebob@xxxxxxxxxxxxxxxx>
- Date: Sun, 28 May 2006 12:48:51 -0500
On 2006-05-14 08:59:18 -0500, Laurent Bossavit <laurent@xxxxxxxxxxxxxxxxxxxx> said:
Can you "program to an interface" in languages other than typed ? Are you automatically "programming to an interface" in such languages ?
Certainly! You call the method before you write the method! You write your methods by sending the messages that you would like your objects to accept. Then you add those methods to your objects.
--
Robert C. Martin (Uncle Bob) | email: unclebob@xxxxxxxxxxxxxxxx
Object Mentor Inc. | blog: www.butunclebob.com
The Agile Transition Experts | web: www.objectmentor.com
800-338-6716 |
.
- References:
- Programming to an Interface
- From: GoogleEyeJoe
- Re: Programming to an Interface
- From: Patrick May
- Re: Programming to an Interface
- From: GoogleEyeJoe
- Re: Programming to an Interface
- From: H. S. Lahman
- Re: Programming to an Interface
- From: Laurent Bossavit
- Re: Programming to an Interface
- From: Sasa
- Re: Programming to an Interface
- From: Laurent Bossavit
- Programming to an Interface
- Prev by Date: Re: Programming to an Interface
- Next by Date: Re: Programming to an Interface
- Previous by thread: Re: Programming to an Interface
- Next by thread: Re: Programming to an Interface
- Index(es):
Relevant Pages
|