Work management system - oop class confusion | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Work management system - oop class confusion

I'm a beginner in python and have been tasked to create a work management system. I wil need to create a login page, task management system, email and comment functionality. I'm stuck on the classes i would need. So far i have : User Task Comment Email I would appreciate guidance on how i can get going on this.

6th Nov 2021, 2:01 PM
Shan Raza
Shan Raza - avatar
1 Antwort
0
After you think about all your classes, you need to add an init method to each class describing it's main attributes
7th Nov 2021, 9:57 AM
Slick
Slick - avatar