Question

Q5: To prevent class objects from being copied:
a. Make the overloaded assignment operator private.
b. Make the copy constructor private.
c. Both (a) and (b).
d. None of the above.

Answer

This answer is hidden. It contains 16 characters.