Inner classes are the same as nested classes
Method-local inner classes
Anonymous inner classes
Static inner classes (which are the same as static nested classes) are not like "regular" inner/nested classes; they're regular classes which are static members of their containing classes, similar to a static String or static int.
FINISH THIS
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment