Learn Java Tutorial for Beginners, Part 43: Inner Classes

2 years ago
7

A tutorial on inner (nested) classes in Java; static, non-static and local. You can declare classes almost anywhere in Java, and here will look at some interesting and useful places to declare classes, and why you might want to.

Loading comments...