Can Local Class Members Accessuse The General Local Variables #288
Can local class members access/use the general local variables (except static, abstract etc.) of the function in which it is defined?
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.1.
Can local class members access/use the general local variables (except static, abstract etc.) of the function in which it is defined?
Yes, it can access with arrow operator
No, it can’t access with dot operator
Yes, it can access using dot operator
No, it can’t access In anyway