class Employee { //declare variables for name age tax_file_no employee_id jobTitle performance index Title of the job void getInfo() { //Write code for getting name,age,tax file number, employee id from //standard keyboard //Job Title will be the same as class name,.eg. Worker, // and don't need to be read from keyboard //performance index is something that needs to be calculated // and and don't need to be read from keyboard } void printInfo() { } void calPerformance(){ } }