Multiple Choice
The function that overloads the ____ operator for a class must be declared as a member of the class.
A) ::
B) *
C) ->
D) +
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: In C++, operator is a reserved word.
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
Q18: If you overload the binary arithmetic 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