public is what you want methods to be. protected is what you want to use for most of the time. private is what you want for a lot of things
Enums are the only case where you would want public
public is what you want methods to be. protected is what you want to use for most of the time. private is what you want for a lot of things
Enums are the only case where you would want public