Class | Description |
---|---|
Employee |
The Employee class contains functionality common to types of employees in the company.
|
Programmer |
Programmer is a concrete class that extends from the abstract class Employee.
|
Project |
Originated for CS161 in 2015
modified by garethhalladay on 9/21/17 |
Tester |
Tester is a concrete class that extends from the abstract class Employee.
|