By Thierry.Lefort
via codeproject.com
Published: Sep 04 2008 / 15:24
In object oriented design (OO), we give clear responsibility to each object. Object is like a black box which can receives and sends messages. All the objects together form the complete system. Design patterns by gang of four introduced many general reusable solutions to a commonly occurring problems in software design. I always use to correlate interactions between objects to real life interactions involving people and or real things. If you look around, you can see many real life examples for patterns but played out with people instead of real objects. In this article, I will try to explain few of these real life examples of design patterns to you.
Comments
faitoo replied ago:
bmi32 replied ago:
http://www.codeproject.com/KB/architecture/patterns_in_real_life.aspx works even better.
Thierry.Lefort replied ago:
Corrected ;-)
Voters For This Link (17)
Voters Against This Link (0)