Objects in Java

Class  of object:

defines constructors

 

may depend on   Ï  methods

state of object    Ó  state variables

 

cannot depend on Ï  static methods

state of object    Ó  static variables

 

The static variables can be used to establish "state" of the class

(e.g. a count of # of objects created).

 

Link to source file pair.java.

To Next Slide To Previous Slide To Contents