Association (object-oriented programming): Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
hELLO JOSHUA 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 [[Unified 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#Behavior diagrams|behaviour]].
 
[[Image:BidirectionalAssociation.png|thumb|225px|A bidirectional association]]