previous
|
start
|
next
Method Parameters
public class Rectangle
{
. . .
public void translate(
int x, int y
)
{
method body
}
. . .
}
previous
|
start
|
next