Page 1 of 1

What is the syntax of overloading operator + for class A?

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
a) A operator+(argument_list){}
b) A operator[+](argument_list){}
c) int +(argument_list){}
d) int [+](argument_list){}