Write a concrete equals method for SoftwareEngineer. Two wor…
Write a concrete equals method for SoftwareEngineer. Two workers are equal if they have the same name, company, money, salary, and companyProject. You must call Worker’s equals and use its returned value for full credit. For this question, you are allowed to use getters for name, company, money, and salary for the partial credit alternative. You don’t need to implement the getters.
Read Details