Association (object-oriented programming): Difference between revisions

Content deleted Content added
mNo edit summary
Explained "structural"
Line 1:
In [[object-oriented programming]], '''association''' defines a relationship between classes of objects that allows one object instance to cause another to perform an action on its behalf. This relationship is structural{{Clarify|date=August[[Unified 2010}}Modeling Language#Structure diagrams|structural]], because it specifies that objects of one kind are connected to objects of another and does not represent [[Unified Modeling Language#Behaviour diagrams|behaviour]].
 
[[Image:BidirectionalAssociation.png|thumb|225px|A bidirectional association]]