400 Câu hỏi trắc nghiệm lập trình C/C++ có đáp án (Phần 8)

In case of a copy constructor, which of the following is true?

14/50

In case of a copy constructor, which of the following is true?

Used to instantiate an object from another existing object

To copy one object to another existing object

Can be a substitute for a ‘=’ operator

All of the above

Giải thích

Chọn D