Vidyalelo
C++ Programming · Q24

Constructors and Destructors in C++

Programming · C++ Programming · question 24

Q24

Which keyword is used to prevent an object from being copied in C++?

A.
nocopy
B.
prevent_copy
C.
delete
Answer
D.
new

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board