Home »
MCQs »
C++ MCQs
Which of the following is an incorrect type of constructor in C++?
188. Which of the following is an incorrect type of constructor in C++?
- Copy constructor
- Move constructor
- Default constructor
- Parameterized constructor
Answer: B) Move constructor
Explanation:
There is no "move constructor" in C++.