What are friend member functions (C++)?
- Member function which can access all the members of a class
- Member function which can modify any data of a class
- Member function which doesn’t have access to private members
- Non-member functions which have access to all the members (including private) of a class
(d).Non-member functions which have access to all the members (including private) of a class
need an explanation for this answer? contact us directly to get an explanation for this answer