public variables and methods can be accessed anywhere. private variables and methods can only be called in the class you’re working inside of.

By default, all variables are public