public IPhone8Plus(IColor color, IBattery battery, IQuickCharge quickcharge) : base(color, battery, quickcharge) { _color = new BlackColor(); _battery = new NormalBattery(); _quickcharge = new Charge30(); _model = "IPhone 8 Plus"; }
public OppoF11Pro(IColor color, IBattery battery, IQuickCharge quickcharge) : base(color, battery, quickcharge) { _model = "Oppo F11 Pro"; _color = new BlackColor(); _battery = new NormalBattery(); _quickcharge = new Charge40(); }
public SamsungS20(IColor color, IBattery battery, IQuickCharge quickcharge) : base(color, battery, quickcharge) { _model = "Samsung S 20"; _color = new BlackColor(); _battery = new NormalBattery(); _quickcharge = new Charge30(); }