<< Chapter < Page | Chapter >> Page > |
Revised: Wed May 11 15:54:45 CDT 2016
This page is included in the following Books:
This module is one in a collection of modules designed for teaching ITSE2317 - Java Programming (Intermediate) at Austin Community College in Austin, TX.
(Editor's note: As you read this module, you will see that it was originally written around 2003. However, despite many improvements in Javasince then, most of what was true then is still true in 2013.)
This module makes several references to my website, which is located at (External Link) .
This module explains anonymous classes from a practical viewpoint, including a comparison between anonymous classes and local classes.
I recommend that you open another copy of this module in a separate browser window and use the following links to easily find and view the Figuresand Listings while you are reading about them.
There are several different kinds of items that can be included in a class definition. As you learned in the earlier modules in this series, the listincludes:
Can also contain other class definitions
As you also learned in previous modules, a class definition can also contain the following kinds of inner classes:
Notification Switch
Would you like to follow the 'Object-oriented programming (oop) with java' conversation and receive update notifications?