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)

OBJECT ORIENTED PROGRAMMING MEMBER FUNCTIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is the syntax of a const member function?... >>
<< Which among the following best describes the inlin...