A copy constructor is always called when?

(A) an object is initialized with another object data of the same class when it’s created
(B) n object is initialized with another object of any class when it’s created
(C) an object is initialized with a variable of a basic type when it’s created
(D) an object is not initialized when it’s created

A copy constructor?

(A) creates an object initialized with the same data as an existing object
(B) creates a new object that later may be assigned the data of an existing object
(C) creates a new object that later may be assigned the data of an existing object
(D) takes an arbitrary number of arguments

error: Content is protected !!