Re: pass by reference



On Sat, 05 Apr 2008 12:01:49 GMT, "Arved Sandstrom"
<asandstrom@xxxxxxxxxxxxx> wrote, quoted or indirectly quoted someone
who said :

I may get flunked on a certification exam, but I call that
passing the object by reference.

Language is for communication. If you use a word to mean something
different from everyone else does, you just create chaos when you
speak.
--

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.



Relevant Pages

  • Re: segfault w/ block, but not file scope
    ... >>> Passing by reference has to do with passing around actual containers ... >> The language itself supports absolutely squat in regards to another ...
    (comp.lang.c)
  • Re: segfault w/ block, but not file scope
    ... >> Passing by reference has to do with passing around actual containers ... > The language itself supports absolutely squat in regards to another ... it is a mechanism of the language. ...
    (comp.lang.c)
  • Re: Finding the instance reference of an object [long and probably boring]
    ... reference implementation of the language uses "reference counting" to ... that Python has no way to declare reference variables. ... Suppose I write the following on some not-quite-Python language: ... OK, that's a fair argument, and I do suspect this is a big part of it -- when your language clearly supports passing object references and other types by-ref and by-val, and you can easily demonstrate the difference, then there is little temptation to claim that it doesn't do either one. ...
    (comp.lang.python)
  • Re: Using ref
    ... reference", as compared to a language that does not. ... Passing by reference means ... pointer/reference to the array being passed. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: no pointer in Java => my problem
    ... >>passed pointer in a C function either (that is, ... > you are passing is an adress and you can't change the address. ... > pass the value as an adrress when passing a reference, ... high level language and need to know how something behaves in *this ...
    (comp.lang.java.programmer)