Apr 27, 2021
`fun howItMove(animal: Animal)`
This is the function that points to the base class `Animal`.
The idea of LSP is avoid the need to change that function, while we increase more type of Animals. However, it might reach a point this is inevitable as the Animal definition has changed.