Can A Function Other Than The Enclosing Function Of Local Class #299
Can a function, other than the enclosing function of local class, access the class members?
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 Class Members & Types - Object Oriented Programming MCQ: Local Class - Quiz No.2.
Can a function, other than the enclosing function of local class, access the class members?
Yes, using object
Yes, using direct call
Yes, using pointer
No, can’t access