Answer: C) Member-wise initialization
Step-by-step explanation:
The member wise initialization is the shortest technique for initialize the various properties of the member into new structure. The initial value of the given properties are basically pass by the name to the member wise initialization.
The given statement is the type of value in which the member variable of the object one are copy into the member variable of the object three.
Therefore, this initialization process is basically known as member wise initialization.