Esempio n. 1
0
        public void TestMethod1()
        {
            AbstraceAnimal an = new Dog();

            an.Shout();
        }