Home »
MCQs »
C++ MCQs
Can we implement copy constructor without passing reference of an object into it?
200. Can we implement copy constructor without passing reference of an object into it?
- Yes
- No
Answer: B) No
Explanation:
No, we cannot implement copy constructor without passing a reference of an object into it.