Multiple Choice
Which of the following is the general syntax of the function prototype to overload the pre-increment operator ++ as a member function?
A) className operator++() ;
B) className operator++(int) ;
C) friend className operator++() ;
D) friend className operator++(int) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: With the exception of the _ operator
Q11: When an object invokes a member function,
Q12: In C++, operator is a reserved word.
Q13: To overload the pre-increment (++) operator as
Q14: To include the operator function operator+ as
Q16: Which of the following is the general
Q17: The function that overloads the _ operator
Q18: If you overload the binary arithmetic operator
Q19: The general syntax for the function prototype
Q20: Every object of a class maintains a