Computer Science, asked by yashpurusharthicoc, 4 days ago

Which operators can be overloaded only using friend function?​

Answers

Answered by sayantansaha2023
1

No Operator can be loaded using no friends function

Answered by shaikhizhaan970
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