NEC Corporation interview question

Write a program for Deep copy and Shallow Copy.eep copy and Shallow Copy?

Interview Answer

Anonymous

10 Oct 2023

In a Shallow copy, a copy of the original object is stored and only the reference address is finally copied. In Deep copy, the copy of the original object and the repetitive copies both are stored.