I have the following piece of code
abstract class Animal { protected String sound; protected String foodType; protected int ID; abstract void se