Skip to Content.
Sympa Menu

gang-of-4-patterns - [gang-of-4-patterns] Bridge pattern

gang-of-4-patterns AT lists.cs.illinois.edu

Subject: Design Patterns discussion

List archive

[gang-of-4-patterns] Bridge pattern


Chronological Thread 
  • From: "ANASAGASTI LOZANO, SANTIAGO" <sanasagasti AT grupobbva.com>
  • To: "'gang-of-4-patterns AT cs.uiuc.edu'" <gang-of-4-patterns AT cs.uiuc.edu>
  • Subject: [gang-of-4-patterns] Bridge pattern
  • Date: Fri, 29 Apr 2005 16:24:25 +0200
  • List-archive: <http://mail.cs.uiuc.edu/pipermail/gang-of-4-patterns>
  • List-id: Design Patterns discussion <gang-of-4-patterns.cs.uiuc.edu>
  • Posted-date: Fri, 29 Apr 2005 16:26:20 +0200 (MET DST)

Hi. I'm new in this list, so hello to everyone.
In the bridge pattern, you can have a lot of implementator and a lot of
abstractions, and that is the sense of the pattern, that you can separate
the evolution of them.
But, If I have many operation() with different implementations, I have to
define all of them in the Implementator base class as an interface,
becoming this class huge. Even if some ConcreteImplementator doesn't
implemente some operation() I have to put some default implementator() in
the base class Implementator.
Tu sum up, my concern is that the base class Implementator can become a huge
interface with a lot of methods.
I'd appreciate if someone can give me some feed-back.
Thanks and regards. Santiago


====================================================================
........................... DISCLAIMER .............................
This message and its attachments are intended exclusively for the
named addressee. If you receive this message in error, please
immediately delete it from your system and notify the sender. You
may not use this message or any part of it for any purpose.
The message may contain information that is confidential or
protected by law, and any opinions expressed are those of the
individual sender. Internet e-mail guarantees neither the
confidentiality nor the proper receipt of the message sent.
If the addressee of this message does not consent to the use
of internet e-mail, please inform us inmmediately.
====================================================================
......................... AVISO LEGAL ............................
La presente comunicación y sus anexos tiene como destinatario la
persona a la que va dirigida, por lo que si usted lo recibe
por error debe notificarlo al remitente y eliminarlo de su
sistema, no pudiendo utilizarlo, total o parcialmente, para
ningún fin. Su contenido puede tener información confidencial o
protegida legalmente y únicamente expresa la opinión del
remitente. El uso del correo electrónico vía internet no
permite asegurar ni la confidencialidad de los mensajes
ni su correcta recepción. En el caso de que el
destinatario no consintiera la utilización del correo electrónico,
deberá ponerlo en nuestro conocimiento inmediatamente.
====================================================================






  • [gang-of-4-patterns] Bridge pattern, ANASAGASTI LOZANO, SANTIAGO, 04/29/2005

Archive powered by MHonArc 2.6.16.

Top of Page