Method Invocation

A method invocation of an object is conceptually a telephone call which gives a specific order to an object.

A method invocation is synchronous: the caller must wait until the callee executes the order.


- 3 -