Consider the following statement: ptrMemberVarType objectThree(objectOne); The values of the member variables of objectOne are being copied into the corresponding member variables of objectThree. This initialization is called the ____.

a. member-wise assignment
b. default initialization
c. member-wise initialization
d. default assignment