MCQOPTIONS
Saved Bookmarks
| 1. |
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 above |
| Answer» C. a deep copy creates a copy of the statically allocated objects too | |