Problem
1. Look again at the implementation of the add Choice method that calls the set Answer method of the superclass. Why don't you need to call super.
2. In the Manager class of Self Check 7, override the get Name method so that managers have a * before their name (such as *Lin, Sally).