static void Main(string[] args) { Animal dog = new Dog(); }
static void Main(string[] args) { var dog = new Dog(); dog.Eat(); }