How can we fix this code?

Replace this.company = company with super(company)Remove extends EmployeeReplace new Developer with new Employee

Replace this.company = company with super(company).