So if I wanted a method to be common for 3 child classes, like this:
public void commonForAllAnimals(Animal animal) { // this method exists in subclasses that I