C# Class DMV_GUI.Taxi

Inheritance: Car
Show file Open project: CITA180Class/Motor-Vehicle-GUI-project Class Usage Examples

Public Methods

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

Private Methods

Method Description
show ( ) : string

Method Details

Taxi() public method

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