Multiple Choice
A good reason for overloading an operator is to enable it to
A) outperform its C language counterparts.
B) be used with types defined by the programmer.
C) operate on more operands than in its standard definition.
D) operate on no operands.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: The base class access specification can be
Q56: C++ requires that a copy constructor's parameter
Q57: If an rvalue reference refers to a
Q58: If a function f is a friend
Q60: A base class cannot contain a pointer
Q62: Object composition is useful for creating a
Q63: When you overload an operator, you cannot
Q64: When you redefine the way a standard
Q65: _ is commonly used to extend a
Q66: When overloading the operator ++, _ is