In Chapter 3 we introduced
the basics of classes and objects such as the class
definition, instantiation,
value and reference. We
emphasized the analogy of classes with data
types.
However, the class approach allows for more than just defining
a new data type. Java allows you to build upon, or extend, a class
to create enhanced classes with addition capabilities. Such class
inheritance is one of the most powerful aspects of object oriented
programming.
This topics in this chapter:
The Chapter 4:
Supplements first provides more discussion of classes and objects.
Topics include
The more advanced supplements deal with the issues of classes and
security:
Latest update: Oct. 21, 2004
|