What is the difference between shallow copy and deep copy?

Answer Posted / hrpynux@gmail.com

A shallow copy constructs a new compound object and then (to the extent possible) inserts references into it to the objects found in the original. A deep copy constructs a new compound object and then, recursively, inserts copies into it of the objects found in the original.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is std :: flush?

796


Do you know what are pure virtual functions?

848


What is a volatile variable in c++?

971


Can we use clrscr in c++?

798


Name four predefined macros.

789


How are the features of c++ different from c?

781


what kind of projects are suitable for c and c++

809


What is the use of endl in c++ give an example?

867


What is the disadvantage of using a macro?

789


Can member data be public?

763


Does c++ have arraylist?

732


Write an algorithm that determines whether or not an almost complete binary tree is a heap.

3653


What is difference between array and vector in c++?

737


What is the difference between the functions rand(), random(), srand() and randomize()?

941


What is late binding c++?

717