7 ms·
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". htt
by kourt 12y 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-reference-or-pass-by-value#comment3854254_73021 http://stackoverflow.com/questions/40480/is-java-pass-by-ref...
- x0x0 12y agothank you! I really like that