Description of the illustration intra01.gif

The figure illustrates a conceptual view of a class, Employee, with the fields, id that is declared as private, and lastName that is declared as public. The class also provides the public methods, getID() and setId(String anID). The figure also illustrates two instances of the Employee class, one for the employee Smith with the id 215 63 2179, and one for the employee Jones with the id 372 74 3215.