Multiple Choice
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.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: There exists a data type Date with
Q9: An overloaded + operator takes a class
Q10: An explicit constructor:<br>A) Cannot be called outside
Q11: A copy constructor must receive its argument
Q12: Which of the following operators cannot be
Q14: Which statement is false?<br>A) Based on whether
Q15: Conversion constructors:<br>A) Can have multiple arguments.<br>B) Can
Q16: A copy constructor:<br>A) Is a constructor with
Q17: Which of the following is false?<br>A) A
Q18: Which of the following statements about a