True/False
If a function f is a friend of a class A, and the class A is a friend of a class B, then the function f is able to access private members of B.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: The base class access specification can be
Q41: You can overload the conditional operator to
Q53: In an inheritance situation, you can't pass
Q55: The _ class destructor is called before
Q56: C++ requires that a copy constructor's parameter
Q57: If an rvalue reference refers to a
Q60: A base class cannot contain a pointer
Q61: A good reason for overloading an operator
Q62: Object composition is useful for creating a
Q63: When you overload an operator, you cannot