Multiple Choice
If you overload the binary arithmetic operator + as a member function, how many objects must be passed as parameters?
A) none
B) one
C) two
D) three
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: To overload the pre-increment (++) operator as
Q14: To include the operator function operator+ as
Q15: Which of the following is the general
Q16: Which of the following is the general
Q17: The function that overloads the _ operator
Q19: The general syntax for the function prototype
Q20: Every object of a class maintains a
Q21: Class templates are called _ types.<br>A) polymorphic<br>B)
Q22: The name of the function to overload
Q23: When the post-increment operator is overloaded as