static void Main(string[] args)
        {
            Animal a=new Dog();
            a.A();

            Console.ReadLine();
        }