[2pts EXTRA CREDIT] Write a concrete toString method for Sof…
Write a concrete toString method for SoftwareEngineer. The String representation of a SoftwareEngineer is: “My name is , and I work at . I have $ and receive $/hr. I write software for ’s ” (without the square brackets, replacing the square brackets with the values from the instance variables) Notice the prefix matches the toString from Worker (which ends in $/hr, and is marked). You must call Worker’s toString and use its returned value.