Skip to Content.
Sympa Menu

patterns-discussion - Re: [patterns-discussion] Abstract Factory vs. Factory Method

patterns-discussion AT lists.cs.illinois.edu

Subject: General talk about software patterns

List archive

Re: [patterns-discussion] Abstract Factory vs. Factory Method


Chronological Thread 
  • From: "Douglas C. Schmidt" <schmidt AT cs.wustl.edu>
  • To: "Bruce Trask" <trask_b AT ociweb.com>
  • Cc: "Pablo Schor" <pablo.schor AT lobruno.com.ar>, livingmetaphor AT yahoogroups.com, patterns-discussion AT cs.uiuc.edu
  • Subject: Re: [patterns-discussion] Abstract Factory vs. Factory Method
  • Date: Fri, 31 Oct 2003 11:58:48 -0600
  • List-archive: <http://mail.cs.uiuc.edu/pipermail/patterns-discussion/>
  • List-id: General talk about software patterns <patterns-discussion.cs.uiuc.edu>

Hi Folks,

I'm not sure if I agree entirely with Robert Martin's
description since a factory method can also be put in a separate
class. In general, I like to think of an abstract factory as
containing a collection of related factory methods that work together
to ensure semantically consistent objects are created.

Take care,

Doug





Archive powered by MHonArc 2.6.16.

Top of Page