The family tree
click a subclass
class
Animal
base class
field
name
methods
eat
()
sleep
()
makeSound
()
console
Clear log
โธ
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.