Jump to content

Talk:Association (object-oriented programming)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 68.155.238.114 (talk) at 04:42, 4 December 2009 (question). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing Unassessed
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.

Arrowheads

Hello

gagaCan someone explain me clearly what is sign of Association? In some sorces it is like arriw, in others like line ended with white romb!!

Which one is correct?! —The preceding unsigned comment was added by Ninolo (talkcontribs).

Hi,

  • Arrowheads means navegability. One arrowhead == unidirectional. No arrowhead == bidirectional (some sources use a line with both ends adorned, but it is redundant; I'm not sure whether it is correct)
  • White rombs are for aggregation and filled ones are for composition (see examples in Object composition).

Hope that helps. Rjgodoy 14:45, 16 June 2007 (UTC) hi, association means two objects which can be associated by a link. for eg.a person works in a company.here 'works' is a link through which these 2 objects can be associated. a link is reprecented by a line bet. 2 objects.its always a verb. —Preceding unsigned comment added by 220.226.70.104 (talk) 17:08, 12 June 2008 (UTC)[reply]

Needs a UML section

Association is a fundamental concept in UML[1], and this page can be used to illustrate many of the major feature, including n-ary association, association classes, properties of association ends such as role names, multiplicity, navigability, etc.

It would also be beneficial if we were to add "best practices" information, and perhaps some implementation sections to show how the concepts can be translated.

Rdubbs3 (talk) 18:08, 20 April 2009 (UTC)Roger Dubbs[reply]

Question

"... on it's behalf." On behalf of which object? 68.155.238.114 (talk) 04:42, 4 December 2009 (UTC)[reply]

  1. ^ OMG UNified Modeling Language (OMG UML), Superstructure V2.1.2 http://www.omg.org/spec/UML/2.2/