What is an operator function? dedcribe its syntax?
Answers
Answered by
0
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
Science,
7 months ago