S Shiva Ram • 30.44K Points Instructor I Bookmark Embed Report View In MB-Short Q. Which of the following is the correct way to define a move constructor in C++? (A) MyClass(MyClass&& other) { } (B) MyClass(MyClass& other) { } (C) Both A and B (D) None of the above Correct Answer - Option(A) Views: 57 Filed under category C++ Share
Discusssion
Login to discuss.