Java inheritance and super() isn't working as expected
- by dwwilson66
For a homework assignment, I'm working with the following. It's an assigned class structure, I know it's not the best design by a long shot.
Class | Extends | Variables
--------------------------------------------------------
Person | None | firstName, lastName, streetAddress, zipCode, phone
CollegeEmployee |…