Skip to Content.
Sympa Menu

gang-of-4-patterns - Re: [gang-of-4-patterns] facade query

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

Subject: Design Patterns discussion

List archive

Re: [gang-of-4-patterns] facade query


Chronological Thread 
  • From: Lívio Cipriano <lcipriano AT iol.pt>
  • To: gang-of-4-patterns AT cs.uiuc.edu
  • Subject: Re: [gang-of-4-patterns] facade query
  • Date: Mon, 21 Aug 2006 14:54:59 +0100
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/gang-of-4-patterns>
  • List-id: Design Patterns discussion <gang-of-4-patterns.cs.uiuc.edu>

I don't think so. In the go4 example it's only used one class that
encapsulates the access to a related group of classes. The underlying idea is
to hidden the relations and implementations of those classes from the user.

Regards

Lívio Cipriano

----- Original Message -----
sir,
i am showing the following the class structure.
c1
c2 c3
c4 c5 c6 c7
can we say that c1 c2 c3 forms a facade and also c2 c4
c5 forms one more facade in source code if they have
aggregation and delegation.

thanking you all,
jayadev

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
gang-of-4-patterns mailing list
gang-of-4-patterns AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/gang-of-4-patterns




Archive powered by MHonArc 2.6.16.

Top of Page