What is a copy constructor?
Ask by Anonymous User
Updated 18 Sep 2020
Copy constructor is said to special constructor for creating a new object as a copy of an existing object There will be always only on copy constructor that can be either defined by the user or the system.