JoC #4: Finally--some code!
Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan 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