The family tree click a subclass
class Animal base class
field
name
methods
eat()
sleep()
makeSound()
console
โ–ธ Each subclass inherits eat / sleep from Animal, adds its own method, and overrides makeSound(). Call a method โ€” the console tells you exactly where it resolves.