Many to many association idiom
From CSSEMediaWiki
(Difference between revisions)
m (Reverted edits by Ebybymic (Talk); changed back to last version by Elliot Fisher) |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
The many to many association idiom is useful for removing class interdependence when there is a many to many class association. | The many to many association idiom is useful for removing class interdependence when there is a many to many class association. | ||
Latest revision as of 03:21, 25 November 2010
The many to many association idiom is useful for removing class interdependence when there is a many to many class association.
Contents |
Before
After
Note
The Mediator pattern is a higher level pattern which removes many-to-many relationships between classes, but it's main purpose is to reduce complexity of a set of objects which have many inter-dependencies.