관리 메뉴

IT 컴퓨터공학 자료실

ASSOCIATION에 대해 본문

etc.. 기타 카테고리 2/영어 번역 & 일본어 번역

ASSOCIATION에 대해

윤맨1 2015. 7. 19. 14:53

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, because it specifies that objects of one kind are connected to objects of another and does not represent behaviour.

 

객체지향에서 association 은 클래스간의 관계에서 한 오브젝트가 다른 오브젝트의 인스턴스의 이용에 연관이 되는 관계를 말한다. association 은 이러한 관계를 가짐으로써 오브젝트 간에 서로 연결이 된다.

 

The objects that are related via the association are considered to act in a role with respect to the association, if object's current state in the active situation allows the other associated objects to use the object in the manner specified by the role. A role can be used to distinguish two objects of the same class when describing its use in the context of the association. A role describes the public aspects of an object with respect to an association.

 

오브젝트 간의 연결은 서로 오브젝트가 어떠한 역할을 하는가와 관련이 있고, 만약 오브젝트의 상태가 활성화 되어 있다면, 다른 오브젝트의 사용이 허가될 것이다. 역할은 오브젝트 각각의 내용에 따라 구분된다. 또한 역할은 만약 association 에 대한 관점을 public 측면에서의 관점으로 설명한다.



출처 : https://en.wikipedia.org/wiki/Association_(object-oriented_programming)