Operator function and syntax of an operator function
Answers
Answered by
2
C++ allows you to specify more than one definition for a function name or an operator in the same scope, which is called function overloading andoperator overloading respectively. ... The process of selecting the most appropriate overloaded function oroperator is called overload resolution.
Similar questions