JoC #4: Finally--some code!
¡Supera tus tareas y exámenes ahora con Quizwiz!
method call
A request sent to an object to perform an action.
method definition
Code that describes the actions to take when a method call is made.
parameter
Information passed to a method.
move(4);
method call example
void turn(int amount)
method signature example