Logo Data Structures and Algorithms with Object-Oriented Design Patterns in Java
next up previous contents index

Inner Classes

In Java it is possible to define one class inside another. A class defined inside another one is called an inner class . Java provides two kinds of inner classes--static and non-static.