

McqMate
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 above |
Answer» B. a deep copy just copies the values of the data as they are. |
View all MCQs in
Object Oriented Programming In cppNo comments yet