C E G S T

C

calculateSalary() - Method in class Employee2
Calculates the Employee's salary including time worked beyond 40 hours per week (overtime)

E

Employee2 - class Employee2.
This class represents Employees
Employee2() - Constructor for class Employee2
 

G

getName() - Method in class Employee2
 

S

setHoursWorked() - Method in class Employee2
Interactively assigns the number of hours worked
setName() - Method in class Employee2
Interactively assigns the Employee's first and last names
setPayRate() - Method in class Employee2
Interactively assigns the Employee's rate of pay

T

toString() - Method in class Employee2
 

C E G S T