Method | Description | |
---|---|---|
Taxi ( string VIN, string make, string model, int noOfSeats, int noOfWheels, System.DateTime dateOfProduction, string color, bool AC, int airbags, bool licence ) : System |
Method | Description | |
---|---|---|
show ( ) : string |
public Taxi ( string VIN, string make, string model, int noOfSeats, int noOfWheels, System.DateTime dateOfProduction, string color, bool AC, int airbags, bool licence ) : System | ||
VIN | string | |
make | string | |
model | string | |
noOfSeats | int | |
noOfWheels | int | |
dateOfProduction | System.DateTime | |
color | string | |
AC | bool | |
airbags | int | |
licence | bool | |
return | System |