Multiple Choice
The general form of the functions to overload the binary operators as member functions of a class is returnType operator#(____ className&) const;.
A) class
B) const
C) *
D) &
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: The name of the function to overload
Q23: When the post-increment operator is overloaded as
Q24: Suppose cType is a class template, and
Q25: Operator functions typically return void.
Q26: Using a class template, you can write
Q28: A friend function does not have access
Q29: Any function that overloads an operator is
Q30: Which of the following is the syntax
Q31: The return type of the function to
Q32: The general syntax to overload the stream