McqMate
| Q. |
What is shallow copy? |
| A. | a shallow copy creates a copy of the dynamically allocated objects too. |
| B. | a shallow copy just copies the values of the data as they are. |
| C. | a shallow copy creates a copy of the statically allocated objects too |
| D. | both b and c above |
| Answer» B. a shallow copy just copies the values of the data as they are. | |
View all MCQs in
Object Oriented Programming In cppNo comments yet