Methods
•
Method heading and block
void setName(String arg1, String arg2)
{
first = arg1;
second = arg2;
}
•
Method call (invocation)
Name myName;
myName.setName(“Nell”, “Dale”);