Which operators can be overloaded only using friend function?
Answers
Answered by
1
No Operator can be loaded using no friends function
Answered by
0
Answer:
in the case of a friend function, the binary operator should have only two argument and unary should have only one argument. All the class member object should be public if operator overloading is implemented.
Explanation:
Similar questions