I have a little class. I have some variables which I would like to access from other classes. IS there any point in writing get/set for this? Why not only make the attribut public and skip the get/set method.