You should never want to expose instance variables in the class to public, and you always want to either create getters/setters for them or make them private.
You should never want to expose instance variables in the class to public, and you always want to either create getters/setters for them or make them private.