Multiple Choice
In C++11 the __________ operator swaps the members of the object being assigned with the temporary object.
A) move assignment
B) swap assignment
C) temp assignment
D) semantic assignment
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: The _ member variable may be accessed
Q33: In C++ if you overload the <
Q34: When you overload an operator, you cannot
Q35: An aggregate class's constructor can use a
Q36: Which of the following operators may be
Q38: When objects contain pointers, it is a
Q39: A(n) _ is a special built-in pointer
Q40: If a member is declared _, all
Q41: You can overload the conditional operator to
Q42: C++ requires that a copy constructor's parameter