A copy constructor, a destructor and an overloaded assignment operator are usually provided as a group for any class that uses dynamically allocated memory. With the addition of move semantics in C++11, you should also provide __________.
a. a move constructor
b. a move assignment operator
c. an overloaded move destructor
d. both a. and b)
d. both a. and b)
Computer Science & Information Technology
You might also like to view...
A Mark as ________ designation lets your viewers know they are viewing a finished presentation
Fill in the blank(s) with correct word
Computer Science & Information Technology
Macros are stored in modules
Indicate whether the statement is true or false
Computer Science & Information Technology