what is Deep Coy and Shallow copy

Shallow copy create a new reference to the same object.

Deep copy create a new reference to a new object.