What occurs after a method call?
a) Control is given to the called method. After the method is run, the application con- tinues execution at the point where the method was called.
b) Control is given to the called method. After the method is run, the application con- tinues execution with the statement after the called method’s declaration.
c) The statement before the method call is executed.
d) The application terminates.
a) Control is given to the called method. After the method is run, the application con- tinues execution at the point where the method was called.
You might also like to view...
A line connecting two classes on a class diagram represents a
a) binary association. b) binary aggregation. c) message. d) switch.
If you select a state and change the image by accident, you can use the ____ command on the Edit menu to restore the eliminated states.
A. Undo B. Redo C. Fix D. Restore