If Private Members Are To Be Called Outside The Class Which Is #1030
If private members are to be called outside the class, which is a good alternative?
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.2.
If private members are to be called outside the class, which is a good alternative?
Call a public member function which calls private function
Call a private member function which calls private function
Call a protected member function which calls private function
Not possible