|
Courses Java |
|
|
Java 1.1 introduced a new language feature known as inner classes. There are several types of inner classes: "member classes" (including static and non-static inner classes), and "local classes" (including anonymous inner classes). Inner classes are useful for several reasons. The inner class can be helper class to the outer class. They make some chores easy to implement. As an example, they most frequently employed as event handlers (using the AWT's event delegation model). However, they have other uses. This module explores all of the types of inner classes, and their uses. Detailed code examples are given. Objectives
Specifications
Pre-requisites
A table of contents of this module is available upon request.
Return to the Custom Order Page.
Copyright ©2007 by Petronio Technology Group, Inc. All
rights reserved. Petronio, "Targeted Technology Training", "T3"
and "Turning new technologies into your competitive advantage"
are trademarks of Petronio Technology Group. All other trademarks are the
properties of their respective companies. |