Multiple Choice
To overload the + operator, you would write a function called
A) overload +.
B) operator +.
C) function +.
D) operator.overload(+) .
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: A constructor that takes a single parameter
Q9: The this pointer is a special built-in
Q10: The base class's _ affects the way
Q11: A derived class may become a base
Q11: If you overload the prefix ++ operator,
Q14: In the statement class Car:public Vehicle, which
Q15: _ allows us to create new classes
Q16: The _ is a special built-in pointer
Q17: A static member function cannot be called
Q18: When you derive a class from an