Multiple Choice
The name of the function that overloads the + symbol is the ____ function.
A) op+()
B) +()
C) +operator()
D) operator+()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: The operator function overloads the _ operator.<br>A)
Q15: Match each term with the correct statement
Q16: Match each term with the correct statement
Q17: The subscript operator, _, is declared like
Q18: Can overloaded functions be friends? If so,
Q20: The * operator might mean multiplication or
Q21: The _ function overloads the decrement operator.
Q22: In C++, you use the _ operator
Q23: Match each term with the correct statement
Q24: When do you use encapsulation and data