[[Programming]]
#programming
###### Pass by Reference
- Parameter value is passed by using a memory reference
- More efficient, does not create a second variable
###### Pass by Value
- Parameter value gets copied, two variables exist with the same value