MCQOPTIONS
Saved Bookmarks
| 1. |
What is shallow copy? |
| A. | a. A shallow copy creates a copy of the dynamically allocated objects too. |
| B. | b. A shallow copy just copies the values of the data as they are. |
| C. | c. A shallow copy creates a copy of the statically allocated objects too |
| D. | d. Both b and c above |
| Answer» C. c. A shallow copy creates a copy of the statically allocated objects too | |