ocr: Class Employee java. lang.Object +----Person +----Employee public class Employee extends Person The Employee class is used to represent employees of our company. It augments the Person class with information about an employee's salary and job title. Constructor Index Employee(float, String, String) This constructor 1S used to create a new employee and assign him an initial salary.