173k views
1 vote
When a class declares an entire class as its friend, the friendship status is reciprocal. That is, each class's member functions have free access to the other's private members.

(A) True
(B) False

1 Answer

1 vote

Answer:

False

Step-by-step explanation:

When a class declares an entire class as its friend, the friendship status is reciprocal. That is, each class's member functions have free access to the other's private members. This statement is False.

User Roken
by
7.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.