static void Main(string[] args) { var lion = new Lion(); lion.EatMeat(); var cow = new Cow(); cow.EatSalad(); }