function Employee.hourlyWorker : boolean; begin return true; end; function SalaryEmployee.hourlyWorker : boolean; begin return false; end;