Computer Science, asked by Monya5791, 1 year ago

What is an operator function? dedcribe its syntax?

Answers

Answered by nakul8233
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