Psst: some variables and methods don't want to be disturbed. How about we give them some privacy?

Perfect! By adding the private keyword to hunger, we're shielding it from being accessed from outside of its scope, the Dog class.

Because the hunger variable is private, don't we have to use eat() instead?