Pass by Reference
we have to allocate space in Stack Memory, save address in register (and then clear stack)
so it is heavy if the value is small, use Call by Value and if these cases, use call by ref
- Does it have to change the value?
- Is object too big for passing?