Answer:
Memberwise Initialization.
Explanation:
The initialization of the objectOne member variables will be transferred to the equivalent objectThree members variable. Such initialization is identified as the Memberwise Initialisation.
In it, each data member of such an object to the right of the assigning operator are allocated independently towards that identical data member of the object to the left of that assignment operator.