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

Verified
Correct Answer:
Verified
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
Q15: 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
Q21: Class templates are called _ types.<br>A) polymorphic<br>B)