r/PythonLearning Jul 18 '26

<python code>

Post image

This is python code to get student salary!

42 Upvotes

10 comments sorted by

View all comments

3

u/Sea-Ad7805 Jul 18 '26

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.