Short Answer
With the exception of the ____________________ operator and the member selection operator, operators must be overloaded to be used on class objects.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: A(n) _ function is a nonmember function
Q6: Which of the following is the syntax
Q7: In C++, >> is used as a
Q8: Using a class _ allows you to
Q9: The declaration of a friend function cannot
Q11: When an object invokes a member function,
Q12: In C++, operator is a reserved word.
Q13: To overload the pre-increment (++) operator as
Q14: To include the operator function operator+ as
Q15: Which of the following is the general