Skip to Content.
Sympa Menu

gang-of-4-patterns - Re: [gang-of-4-patterns] Doubt on creational patterns..

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

Subject: Design Patterns discussion

List archive

Re: [gang-of-4-patterns] Doubt on creational patterns..


Chronological Thread 
  • From: "Pablo Schor" <pablo.schor AT lobruno.com.ar>
  • To: "Mikal Ziane" <Mikal.Ziane AT lip6.fr>, <gang-of-4-patterns AT cs.uiuc.edu>
  • Subject: Re: [gang-of-4-patterns] Doubt on creational patterns..
  • Date: Thu, 30 Oct 2003 10:52:39 -0300
  • List-archive: <http://mail.cs.uiuc.edu/pipermail/gang-of-4-patterns/>
  • List-id: Design Patterns discussion <gang-of-4-patterns.cs.uiuc.edu>
  • Organization: LGS

Mikal, the thing is Abstract Factory always relies on Factory Method or
Prototype, cannot be implemented by itself, and I suppose that's the reason
of the confusion. Is that right?

Thanks,

Pablo


----- Original Message -----
From: "Mikal Ziane"
<Mikal.Ziane AT lip6.fr>
To:
<gang-of-4-patterns AT cs.uiuc.edu>
Sent: Tuesday, September 23, 2003 3:04 PM
Subject: RE : [gang-of-4-patterns] Doubt on creational patterns..


> Abstract Factory addreses (parallel) families of products. Think of a
> matrix of products. Columns are families and rows are product "kinds".
Cells
> are concrete products. Abtract Factory lets you choose the column first
and
> the forget about this choice and think in terms of rows instead of
concrete
> (family-dependent) products.
> Abstract Factory may rely on Factory Method or Prototype.
> As for the so-called "class" versus "object" scope I would not pay too
> much attention to it: it's a pretty vague concept.
> Hope this helps.
>
> Mikal
>
>
>
> _______________________________________________
> gang-of-4-patterns mailing list
> gang-of-4-patterns AT cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/gang-of-4-patterns






Archive powered by MHonArc 2.6.16.

Top of Page