public class Shelter { public void feedAnimal(Animal animal) { animal.eat(); } }