What is the syntax of overloading operator + for class A?
Posted: Wed Jul 13, 2022 7:52 pm
a) A operator+(argument_list){}
b) A operator[+](argument_list){}
c) int +(argument_list){}
d) int [+](argument_list){}
b) A operator[+](argument_list){}
c) int +(argument_list){}
d) int [+](argument_list){}