| A | B |
| ref | allows you to pass variables by reference |
| functions | provide a way to break up long coding segments and reduce repeated code |
| return type | data type of value being returned |
| access modifier | restricts use of methods |
| parameters | provide information to a method |
| method call | provides values to a method |
| arguments | values that are provided through a method call |