Nice! Calling the original method is useful when there's some generic behavior in it that we'd like to have in the subclass as well.
Wouldn't that call myDog.eat() again and again and again and again .. ?
myDog.eat()