-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersproblem level 1 - starterThis problem is intended for most students who have covered up the fundamentals in tutorialsThis problem is intended for most students who have covered up the fundamentals in tutorials
Description
Project Idea
- Use inheritance and other OOPs based system to model a healthcare service
- Example hierarchy
Person
|
|---Employee
|
|----------|----------Doctor
|----------|----------Nurse
|----------|----------Clerk
|
|---Non-Employees
|
|----------|----------Visitor
|----------|----------Patient
- List the important libraries you believe would be necessary
Standard Python Libraries will suffice.
Creativity is encouraged, only limit is that at least 2 levels of inheritance must be present in hierarchy.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersproblem level 1 - starterThis problem is intended for most students who have covered up the fundamentals in tutorialsThis problem is intended for most students who have covered up the fundamentals in tutorials