C++ MQCs with Explanation (CHAPTER 7: OPERATOR OVERLOADING)

When overloading binary operators using member functions, the operator functions use

  1. two explicit arguments
  2. one explicit argument
  3. one implicit and one explicit arguments
  4. one implicit argument



Answer: 
Option b: one explicit argument

Explanation Here

Post a Comment

0 Comments