True/False
In C++ if you overload the < operator, you must also overload the > operator.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: If you overload the prefix ++ operator,
Q29: When you overload an operator, you can
Q30: A reason to overload the _ is
Q31: When you overload the << operator you
Q32: The _ member variable may be accessed
Q34: When you overload an operator, you cannot
Q35: An aggregate class's constructor can use a
Q36: Which of the following operators may be
Q37: In C++11 the _ operator swaps the
Q38: When objects contain pointers, it is a