Method | Description | |
---|---|---|
Truck ( string VIN, string make, string model, int noOfSeats, int noOfWheels, System.DateTime dateOfProduction, double maxWeight ) : System |
Method | Description | |
---|---|---|
show ( ) : string |
public Truck ( string VIN, string make, string model, int noOfSeats, int noOfWheels, System.DateTime dateOfProduction, double maxWeight ) : System | ||
VIN | string | |
make | string | |
model | string | |
noOfSeats | int | |
noOfWheels | int | |
dateOfProduction | System.DateTime | |
maxWeight | double | |
return | System |