Multiple choice

Which of the following types of constructor is a parameterized constructor using which one object can be copied to another object?

  1. Copy constructor

  2. Default constructor

  3. Overloaded constructor

  4. Destructor

  5. Zero constructor

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This type of constructor is a parameterized constructor using which one object can be copied to another object.