Multiple Choice
To overload functions with symbolic names like + - / <<) , you must use the keyword _______ before the symbolic name.
A) const
B) operator
C) reference
D) void
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q46: Both the copy constructor and the assignment
Q47: Functions that are constant member functions may
Q48: Which of the following are not correct?<br>A)
Q49: What is wrong with the following overloaded
Q50: Operators can be overloaded as<br>A) friends of
Q52: Given the following class, what is syntactically
Q53: Given the following class and array declaration,
Q54: Putting the keyword const in front of
Q55: When a dynamic array with a class
Q56: Why should you generally pass an object