True/False
When overloading an operator,you can change the behavior of the operator,making + do things that feel like multiplication,but this is unwise.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: Given the class definition:<br>class A<br>{<br>public:<br>//constructors<br>// other members<br>private:<br>int
Q11: What are some reasons for using friend
Q12: The operator prefix operator ++ is an
Q13: It is impossible to get short-circuit behavior
Q14: If a unary operator is overloaded as
Q16: Explain the similarities and differences between (binary)operators
Q17: A friend function has access only to
Q18: One can guarantee left to right evaluation
Q19: Which operators cannot be overloaded?
Q20: An overloaded operator= function must be a