MCQOPTIONS
Saved Bookmarks
| 1. |
In case of binary operator overloading with member function, which of following statement should be taken into consideration? |
| A. | Right hand operand must be object. |
| B. | Left hand operand must be object. |
| C. | Both the operands must be objects. |
| D. | All of these should be considered. |
| Answer» C. Both the operands must be objects. | |