700+ câu trắc nghiệm Ngôn ngữ lập trình C có đáp án - Phần 19

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

14/25

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 đáp án D