Association (object-oriented programming): Difference between revisions

Content deleted Content added
No edit summary
Undid revision 341441589 by 125.19.241.151 (talk)
Line 1:
In [[object-oriented programming]], '''association''' defines a relationship between classes of objects which allows one object hello instance to cause another to perform an action on its behalf. This relationship is structural, because it specifies that objects of one kind are connected to objects of another.
 
[[Image:BidirectionalAssociation.png|thumb|225px|A bidirectional association]]