1 Answers
Copy constructor is a special type of parameterized constructor using which one object can be copied into another object. This is normally used to initialize object with the values of already existing object. This constructor should have at least one argument of the same class and this argument must be passed as a constant.