Q. What is deep copy?
- A. A deep copy creates a copy of the dynamically allocated objects too
- B. A deep copy just copies the values of the data as they are
- C. A deep copy creates a copy of the statically allocated objects too
- D. Both B and C
Correct Answer: B