Cover 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.




next up previous contents index

Bruno Copyright © 1998 by Bruno R. Preiss, P.Eng. All rights reserved.