Пример #1
0
        static void Main(string[] args)
        {
            Mercedes m = new Mercedes();
            Bmw      b = new Bmw();

            m.hiz   = 50;
            b.hiz   = 45;
            m.vites = 2;
            m.vites = 2;
            m.hizartir();
            m.hizartir();
            m.hizartir();
            m.hizdüsür();
            m.VitesArttir();
            m.vitesDusur();
            m.VitesArttir();
            m.VitesArttir();
            Console.ReadKey();
        }