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
4.6k points