public static void Example1() { Tiger tiger = new Tiger(); Cat cat = new Cat(); Meat meat = tiger.GetFood(); Milk milk = cat.GetFood(); }