The flow of control (cont'd)

As the code in the method named setTheStage calls other methods, such as the method named setPointOfView, control passes to those methods.

As each of those methods completes its task, it returns control to the method named setTheStage.

Finally, when the method named setTheStage completes all of its tasks, it returns control to the method named main.