We can spot code that isn't well encapsulated if related methods and properties are in different objects. How can we encapsulate this code?
eat()
Dog
eat
Move eat() inside the Dog class.