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