Define Shallow and Deep Copy?

devquora
devquora

Posted On: Feb 22, 2018

 

A shallow copy is a bit-wise copy of an object. A new object, which is copied has an exact copy of the values in the original object whereas Deep Copy occurs when an object is copied along with the objects to which it refers.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Activex Interview Questions

    What Are the Properties defined By ActiveX Controls?

    What Are the Properties defined By ActiveX Controls?..