SENG-350-2024-fall / Team-8

0 stars 0 forks source link

Account Factory Method #11

Open reiddouglas opened 7 hours ago

reiddouglas commented 7 hours ago

Create a factory method for creating new user accounts. The factory should be given the type of user as an input and return a new user subclass (nurse, doctor) as an output.