C# Class DMV_GUI.Taxi

Inheritance: Car
Afficher le fichier Open project: CITA180Class/Motor-Vehicle-GUI-project Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
show ( ) : string

Method Details

Taxi() public méthode

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
Résultat System