Content deleted Content added
corrected c++ example + added reference |
m Bot: links syntax |
||
Line 2:
==Shallow copies==
In most programming languages (exceptions include: [[Ruby (programming language)|Ruby]]), [[Primitive type|primitive types]] such as int, float, double, long, etc. simply store their values somewhere in the computer's memory (often the [[
Copying primitive types in Java:
|