Which Among The Following Is True #1021
Which among the following is true?
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.
Which among the following is true?
The private members can’t be accessed by public members of the class
The private members can be accessed by public members of the class
The private members can be accessed only by the private members of the class
The private members can’t be accessed by the protected members of the class