Deep clone with copy constructor and object.clone()

41 Views Asked by At

what is the difference between deep copy of an object with copy constructor and using object.clone() ? Copy constructor is very easy to use but I wonder if there are any limitations. Also what is the difference between deep copy and deep clone ?

0

There are 0 best solutions below