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.

c. Both (a) and (b).

Computer Science & Information Technology

You might also like to view...

Using ________ makes creating formulas easier because you do not need to worry about adding absolute and mixed cell references

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) ______ backup copies only the files that have changed since the last full backup.

A. differential B. incremental C. selective D. partial

Computer Science & Information Technology