Which of the following statements is INCORRECT about copy constructor in C++?

2022

Which of the following statements is INCORRECT about copy constructor in C++?

Answer: A. It is the constructor that does not accept parameters.

  1. A.

    It is the constructor that does not accept parameters.

  2. B.

    It is member function of a class.

  3. C.

    It is used to initialise the object by another object.

  4. D.

    It accepts objects of the same class as a reference.

Attempted by 500 students.

Show answer & explanation

Correct answer: A

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…