Answer: Copy constructor
Explanation: Copy constructor is the constructor that is used for the creation of the objects and then initializing it along with the same class object. It basically works on the function of initialization of same type of objects .
When there is no initialization in the class of the copy constructor , then it automatically function and initializes the same type object itself.