Page 1 of 1

Correct method to define + operator is?

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
a) public sample operator +(int a, int b)
b) public abstract operator +(int a, int b)
c) public static sample operator +(int a, int b)
d) public abstract sample operator +(int a, int b)