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
a) bool operator==();
b) bool operator==(Box b){}
c) bool operator==(Box b);
d) Box operator==();
b) bool operator==(Box b){}
c) bool operator==(Box b);
d) Box operator==();