Hacker News new | ask | show | jobs
by kourt 4308 days ago
pass object references by value (is their a better name for this?)

Barbara Liskov used "call by sharing", aka "call by object-sharing" or "call by object". http://stackoverflow.com/questions/40480/is-java-pass-by-ref...

1 comments

thank you! I really like that