a) bool operator==();
b) bool operator==(Box b){}
c) bool operator==(Box b);
d) Box operator==();
Give the function prototype of the operator function which we need to define in this program so that the program has no
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Give the function prototype of the operator function which we need to define in this program so that the program has no
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!