Computer Science, asked by mathewvaidyan1546, 1 year ago

Operator function and syntax of an operator function

Answers

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