One type of employee is a manager. We need to create a Manager class that inherits Employee.
Manager
Employee
Make sure to pick class, followed by Manager(Employee), and finally :.
class
Manager(Employee)
: