public class SousChef extends Employee
Constructor and Description |
---|
SousChef() |
SousChef(java.lang.String fName,
java.lang.String mName,
java.lang.String lName) |
Modifier and Type | Method and Description |
---|---|
double |
computeSalary()
Computes the salary of the sous chef
|
addOrder, computeEmpStats, getEvaluation, getName, getNumberOfOrders, getSalary, getShortReport
public SousChef()
public SousChef(java.lang.String fName, java.lang.String mName, java.lang.String lName)
public double computeSalary()
computeSalary
in class Employee