Page 1 of 1

Give the function prototype of the operator function which we need to define in this program so that the program has no

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
a) bool operator==();
b) bool operator==(Box b){}
c) bool operator==(Box b);
d) Box operator==();