Exemplo n.º 1
0
        public void Run()
        {
            ElectronicPhone phone = new ElectronicPhone();

            phone.Ring(); // accessing the base method
        }
Exemplo n.º 2
0
 public void Run()
 {
     ElectronicPhone phone = new ElectronicPhone();
     phone.Ring(); // accessing the base method
 }