Passing Arguments
by Value :
- the argument may not be changed by the method called
- The 8 datatypes are passed this way
by Reference :
- the argument may be manipulated directly by the method called
- Objects are passed this way
What would you do to pass simple datatypes by reference?