Q:

What are friend member functions (C++)?

0

What are friend member functions (C++)?


  1. Member function which can access all the members of a class
  2. Member function which can modify any data of a class
  3. Member function which doesn’t have access to private members
  4. Non-member functions which have access to all the members (including private) of a class

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (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

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now