Exemplo n.º 1
0
        static void Main(string[] args)
        {
            Animal cat = new Cat("Pesho", "Whiskas");

            System.Console.WriteLine(cat.ExplainYourself());
        }