How To Access Static Nested Classes #309
How to access static nested classes?
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: Nested Class - Quiz No.1.
How to access static nested classes?
OuterClass.StaticNestedClass
OuterClass->StaticNestedClass
OuterClass(StaticNestedClass)
OuterClass[StaticNestedClass]