Like member functions can also access the private data members-03256
Like member functions, __________ can also access the private data members of a class.
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Mid Term - Quiz No.16.
Like member functions, __________ can also access the private data members of a class.
Non-member functions
Friend functions
Any function outside class
None of the given options