When overloading binary operators using friend functions, the operator function uses
- two explicit arguments
 - one implicit and one explicit arguments
 - one explicit argument
 - no arguments
 
  Answer: 
Option a: two explicit arguments 
Explanation Here
0 Comments