Following table shows various nested classes:
Type | Scope | Inner |
---|---|---|
static nested class | member | no |
inner [non-static] class | member | yes |
local class | local | yes |
anonymous class | only the point where it is defined | yes |
No comments:
Post a Comment