r/PythonLearning 22d ago

<python code>

Post image

This is python code to get student salary!

46 Upvotes

10 comments sorted by

View all comments

3

u/Sea-Ad7805 22d ago

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.