exploits , vulnerabilities , articles , C++ Mediator Pattern for Object Interaction
| 2006-05-22 |
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.
|
|