previous
|
start
|
next
Shallow and Deep Copy
Assignment (
copy = e
) makes shallow copy
Clone to make deep copy
Employee cloned = (Employee)e.clone();
previous
|
start
|
next