One of hundreds of answers available with our premium content service.
A: Host classes call methods on inner classes in exactly the same way as they would on a separate class defined in its own compilation unit. To call an inner class' instance method it is necessary to instantiate the class first, as below.
… full answer hidden
Premium members click below for full answer
How does an object call an inner class method?