Which of the following describes a friend class?
- Friend class can access all the private members of the class, of which it is a friend
- Friend class can only access protected members of the class, of which it is a friend
- Friend class don’t have any implementation
- Friend class can’t access any data member of another class but can use it’s methods
(a).Friend class can access all the private members of the class, of which it is a friend
need an explanation for this answer? contact us directly to get an explanation for this answer