Question: Which is the return statement for the copy assignment operator for the node class? Select one: a. return rhs; b. return *rhs; c. return this;
Which is the return statement for the copy assignment operator for the node class? Select one: a. return rhs; b. return *rhs; c. return this; d. return *this;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
