Exemplo n.º 1
0
        public static void Test()
        {
            IBM ibm = new IBM();

            ibm.Show();

            Dell dell = new Dell();

            dell.Show();
        }