r/PythonLearning 5d ago

<python code>

Post image

This is python code to get student salary!

43 Upvotes

10 comments sorted by

View all comments

3

u/Sea-Ad7805 5d 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.