Many to many association idiom

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(New page: == The Many to many association idiom ==)
 
(The Many to many association idiom)
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 ==
+
 
 +
== Before ==
 +
[[image:ManyToManyAssociation1.jpg]]
 +
 
 +
==After==
 +
[[image:ManyToManyAssociation2.jpg]]

Revision as of 04:26, 17 July 2008

The many to many association idiom is useful for removing class interdependence when there is a many to many class association.


Before

ManyToManyAssociation1.jpg

After

ManyToManyAssociation2.jpg

Personal tools