C++ Mediator Pattern for Object Interaction

Monolithic software products (those with a multitude of highly coupled components) are often blamed on the use of procedural languages, but it’s just as easy to produce overly interdependent classes in object-oriented languages. Stephen B. Morris shows how using the mediator design pattern can help reduce class interdependencies, aid componentization & ultimately help make classes service-oriented.

7 Comments

  1. 2006-05-22 10:04 am
    • 2006-05-22 5:06 pm
      • 2006-05-22 5:33 pm
        • 2006-05-22 6:22 pm
  2. 2006-05-22 2:09 pm
  3. 2006-05-22 3:14 pm
    • 2006-05-22 5:40 pm