Comparing Design Patterns

Posted by Lijo on Stack Overflow See other posts from Stack Overflow or by Lijo
Published on 2010-05-21T10:25:57Z Indexed on 2010/05/21 10:30 UTC
Read the original article Hit count: 174

Filed under:

Hi,

I am learning design patterns using C#. One of the challenges that I am facing is that they look similar. Could you please help me to distinguish them – basically when to use them? - Why not the other?

  1. Bridge and Strategy
  2. State and Strategy
  3. Façade and Strategy
  4. Composite and Strategy

I understand that there are lots of resources available in the web. However they does not treat this special question.

[Note: I am looking for implementation examples and rationale behind the selection; not mere explanations]

It would be great if you are taking examples from any of the following 1) E-Commerce 2) Payroll system 3) Banking 4) Retailing

Thanks for your understanding..

Thanks

Lijo

© Stack Overflow or respective owner

Related posts about design-patterns