Which Call Is Correct For Public Members Of A Nested Class #1043
Which call is correct for public members of a nested class?
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: Public Member Functions - Quiz No.1.
Which call is correct for public members of a nested class?
Can be called from object of enclosing class
Can be called within enclosing class only with direct names
Direct names should be used for the nested classes
Only with help of nested class object pointer