//class Staff should extend Person. //This class will require two String variables to represent the //department and the job (position) of the staff member. //You will also require a toString method so that staff members print //as in the sample output of the tester.