reference semantics
RU: семантика ссылок
The assignment behaviour for objects and arrays: the variable's cell receives a copy of the reference (heap address), not a copy of the object. Two variables can then alias the same object. Contrast with value semantics, where the actual value bits are copied.