Solved

Which of the Following Is the General Syntax of the Function

Question 16

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions