How To Access A Private Member Function Of A Class #1027
How to access a private member function of a class?
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: Private Member Functions - Quiz No.1.
How to access a private member function of a class?
Using object of class
Using object pointer
Using address of member function
Using class address