SE450
:
Shallow and Deep Copy
[35/86]
Assignment (
copy = e
) makes shallow copy
Clone to make deep copy
Employee cloned = (Employee)e.clone();