Which one of the following is the declaration of overloaded-03296
Which one of the following is the declaration of overloaded pre-increment operator implemented as member function?
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Mid Term - Quiz No.20.
Which one of the following is the declaration of overloaded pre-increment operator implemented as member function?
Class-name operator +() ;
Class-name operator +(int) ;
Class-name operator ++() ;
Class-name operator ++(int) ;