[C++11]: To prevent class objects from being copied or assigned, you can:

a. Declare as private the class’s copy constructor and overloaded assignment operator.
b. Declare the class’s copy constructor and overloaded assignment operator with with = delete after the parameter
list.
c. Simply do not declare a copy constructor or assignment operator in the class.
d. (a) or (b).

d. (a) or (b).

Computer Science & Information Technology

You might also like to view...

You can only share workbooks through the E-mail command in Excel if your organization uses ________

A) Outlook B) Gmail C) Yahoo! D) Hotmail

Computer Science & Information Technology

An SPDIF optical cable can be interchanged with a coaxial cable

Indicate whether the statement is true or false

Computer Science & Information Technology