Esempio n. 1
0
        static void Main(String[] args)
        {
            Animal a = new Lion();

            a.eat();
        }