June 2006
Intermediate to advanced
1344 pages
42h 52m
English
When two objects communicate with each other to accomplish a task, they are said to collaborate. A collaboration consists of an object of one class sending a message to an object of another class. Messages are sent in Visual Basic via method calls. In this section, we concentrate on the collaborations (interactions) among the objects in our ATM system.
In Section 7.20, we determined many of the operations of the classes in our system. In this section, we concentrate on the messages that invoke these operations. To identify the collaborations in the system, we return to the requirements document of Section 3.9. Recall that this document specifies the ...
Read now
Unlock full access