Method | Description | |
---|---|---|
Laptop ( string model, decimal price ) : System | ||
Laptop ( string model, string manufacturer, string processor, string graphicsCard, string batteryDescription ) : System | ||
Laptop ( string model, string manufacturer, string processor, string graphicsCard, string batteryDescription, double batteryLifeInHours, double screenSize, decimal price ) : System | ||
ToString ( ) : string |
public Laptop ( string model, decimal price ) : System | ||
model | string | |
price | decimal | |
return | System |
public Laptop ( string model, string manufacturer, string processor, string graphicsCard, string batteryDescription ) : System | ||
model | string | |
manufacturer | string | |
processor | string | |
graphicsCard | string | |
batteryDescription | string | |
return | System |
public Laptop ( string model, string manufacturer, string processor, string graphicsCard, string batteryDescription, double batteryLifeInHours, double screenSize, decimal price ) : System | ||
model | string | |
manufacturer | string | |
processor | string | |
graphicsCard | string | |
batteryDescription | string | |
batteryLifeInHours | double | |
screenSize | double | |
price | decimal | |
return | System |