Assignment 1 Task Management System
Assignment 1 Task Management System
1
• WorkTask Class (inherits from Task)
– Attributes: Adds a list attribute for team_members.
– Methods:
∗ add_team_member(member): Adds a non-empty string as a team member name.
∗ __str__(): Extends the base class __str__ to include team members.
2
0.0.5 Oral Defense (10 points)
In your oral defense, you’ll present your code, explain your design choices, and demonstrate the
working system. Be prepared to discuss: