Suppose that the binary operator + is overloaded as a member function of the class myClass, to add the corresponding members of two objects of type myClass, and object1 and object2 are objects of type
myClass. Consider the following expression:
object1 + object2
The compiler translates this expression into which expression? (3)