How do we explicitly implement a postfix unary operator overloading function?
eg. 'obj++' Vs '++obj' ?
Both are unary operators, right?
How do we explicitly implement a postfix unary operator overloading function?
eg. 'obj++' Vs '++obj' ?
Both are unary operators, right?