Question 5
Allocate a new set of locations to contain the parameters and local variables of the method being called, in what we call a frame.
Assign the arguments of the call to the parameters of the method.
Execute the procedure body.
Delete the frame produced in step 1; if the method is a function return the value of the function to the place of the call.