Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Assume you’ve been asked to build a part of a business system that tracks a company’s employees. Start with a very simple model of an employee that stores the employee’s name, ID number, supervisor, and salary.
Listing 12.1 shows an Employee class that declares instance variables to hold this information.