public void CreateVBattery() { this._battery = new Battery(); }
public Laptop(ICpu cpu, IRam ram, IVideoCard gpu, IStorage storage, IRechargable battery) : base(cpu, ram, gpu, storage) { Battery = battery; }