With encapsulation, we also have methods that use the other properties that belong to the object, like in this example eat accesses hungry.
eat
hungry
Make sure to pick self, followed by ., and finally hungry.
self
.