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

When overloading binary operators using friend functions, the operator function uses

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



Answer: 
Option a: two explicit arguments

Explanation Here

Post a Comment

0 Comments