14
(Choose 1 answer)
Which of the following option best illustrates a friend class?
A. This class can access and manipulate all the private members of that class which connects to a friend.
B. Friend class can only access and manipulate the protected data members of that class that connects to a friend.
C. Friend class can't access any data member of another class but can use its methods
D. Friend class don't have any implementation
Ext