Pergunta de entrevista da empresa NEC Corporation

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

Resposta da entrevista

Sigiloso

10 de out. de 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.