First page Back Continue Last page Graphics
Java Objects
An object is an encapsulation of data along with methods for manipulating the data
Java objects are grouped into classes
Classes are regarded as a special kind of object
Many Java classes are defined in the standard class library
Programmers may also define their own classes