asked 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.

answered
User Roken
by
7.6k points