a. Suppose that the binary operator + is overloaded as a member function for the class strange. How many parameters does the function operator+ have? (5, 6)
b. Suppose that the binary operator && is overloaded as a nonmember function for the class strange. How many parameters does the function operator&& have? (5, 6)