Many to many association idiom
From CSSEMediaWiki
(Difference between revisions)
Line 1: | Line 1: | ||
+ | ---- | ||
+ | <div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | ||
+ | ---- | ||
+ | =[http://ezemitekywe.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]= | ||
+ | ---- | ||
+ | =[http://ezemitekywe.co.cc CLICK HERE]= | ||
+ | ---- | ||
+ | </div> | ||
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. | ||
Revision as of 05:21, 24 November 2010
The many to many association idiom is useful for removing class interdependence when there is a many to many class association.
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.