Properties

  • Can access fields and methods of container class, even private ones
    • Need to access using qualified this: Container.this.x
  • A private nested class can be returned, but not directly used (Container.Nested) outside of the container class