Example #1
0
 static MobilePhone()
 {
     IPhone4S = new MobilePhone("Iphone 4S", "Apple", new Battery("Normal", BatteryType.Li_Ion), new Display(4.7));
 }
Example #2
0
 static MobilePhone()
 {
     IPhone4S = new MobilePhone("Iphone 4S", "Apple", new Battery("Normal", BatteryType.Li_Ion), new Display(4.7));
 }