True/False
A friend function has access only to the private members and member functions of the class (and all objects of that class)of which it is a friend.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: The operator prefix operator ++ is an
Q13: It is impossible to get short-circuit behavior
Q14: If a unary operator is overloaded as
Q15: When overloading an operator,you can change the
Q16: Explain the similarities and differences between (binary)operators
Q18: One can guarantee left to right evaluation
Q19: Which operators cannot be overloaded?
Q20: An overloaded operator= function must be a
Q21: An operator overloading is essentially a function
Q22: Overloading an operator cannot change the precedence