|
643 Week 13/15 Outline: Programming and Modeling Collaboration
Posted on 4/18/2025) by Liping Liu
(643 Week 13/15 Outline: Programming and Modeling Collaboration)
Collaboration Modeling Concepts:
Message: an inter-object function call or command request
Delegation: an object assigns a part of its own task to another object by sending a message to the helper object
Collaboration: A group of objects work together through delegations to perform a task that no object can perform it individually
Constraint: Object A can send to Object B only if A knows B... more >>
|