(Choose 1 answer)
What happens in a Call/Return pattern?
A. A calling operation in the calling object sends a message to an operation (a.k.a. method) in the called object.
B. A calling operation in the calling object invokes an operation (a.k.a. method) in the called object.
C. The calling object waits for a response from the called object.
D. The calling object does not wait for a response from the called object.
Fi
Q: 35