I could not solve the following question:
Fill in the blanks to define an overloaded + operator for the "Test" class.
Test Test::______(Test obj){
___newObj;
newObj.mem=
mem__obj.mem;
return newObj;
}
I do not know how to fill in the spaces with the following attributes: operator const Test class
Excuse me, I miss typing. the correct alternatives are as follows: class operator + const + Test