Suppose that the binary operator+ is overloaded as a member function for a class strange. How many parameters does the function operator+ have?
This solution provides a simple explanation of the way parameters are defined for a particular operator overloading situation.