Duplicate of: Private vs. Public members in practice (how important is encapsulation?)
See also: Do any other developers get yelled at for making every thing public?please contribute to these existing questions
I don't know when I should make something private or public in OOP languages. I end up making everything private and then I use getter/setter methods.
In my opinion it makes a lot more code doing it this way.
Can anyone explain this to me?
