C++ | Operator Overloading | Question 4

Last Updated :
Discuss
Comments
Which of the following operators should be preferred to overload as a global function rather than a member method?
Postfix ++
Comparison Operator
Insertion Operator <<
Prefix++
Share your thoughts in the comments