One type of employee is a manager. We need to create a Manager class that inherits Employee.

Make sure to pick class, followed by Manager(Employee), and finally :.