MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PythonLearning/comments/1uzsboc/python_code/oy9n6y9/?context=3
r/PythonLearning • u/Alireza7074 • 5d ago
This is python code to get student salary!
10 comments sorted by
View all comments
3
Maybe self.salary should be a property of worker not student, right? Each class should only have the properties it deals with, a worker has a salary, a student does not.
self.salary
worker
student
3
u/Sea-Ad7805 5d ago
Maybe
self.salaryshould be a property ofworkernotstudent, right? Each class should only have the properties it deals with, a worker has a salary, a student does not.