What Are Friend Member Functions C #952
What are friend member functions (C++)?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Member Functions & its Types - Object Oriented Programming MCQ: Types of Member Functions - Quiz No.1.
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