1.

What are friend member functions (C++)?

A. Member function which can access all the members of a class
B. Member function which can modify any data of a class
C. Member function which doesn’t have access to private members
D. Non-member functions which have access to all the members (including private) of a class
Answer» E.


Discussion

No Comment Found