Private Member Functions #1028
Private member functions ____________
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.
Private member functions ____________
Can’t be called from enclosing class
Can be accessed from enclosing class
Can be accessed only if nested class is private
Can be accessed only if nested class is public