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

A function declaration has the same relationship to a function definition that?

(A) a class definition has to an object definition
(B) an object declaration has to an object
(C) a variable has to a variable declaration
(D) a variable declaration has to the variable itself

error: Content is protected !!