Exemple #1
0
        public void Run()
        {
            ElectronicPhone phone = new ElectronicPhone();

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