Definitions for "Shallow copy"
Keywords:  pointer, copy, indeed, object, graph
An object created by setting the value of each field to the value in the corresponding field of another object.
a copy of the class members without copies of objects further down in the object graph
a reference copy, i