Link Details

Link 109940 thumbnail
User 252611 avatar

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.
  • 17
  • 0
  • 1758
  • 396

Comments

Add your comment
User 330101 avatar

faitoo replied ago:

0 votes Vote down Vote up Reply

User 230072 avatar

bmi32 replied ago:

0 votes Vote down Vote up Reply
User 252611 avatar

Thierry.Lefort replied ago:

0 votes Vote down Vote up Reply

Corrected ;-)

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.