C# Class DMV_GUI.Truck

Inheritance: MotorVehicle
Datei anzeigen Open project: CITA180Class/Motor-Vehicle-GUI-project Class Usage Examples

Public Methods

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

Private Methods

Method Description
show ( ) : string

Method Details

Truck() public method

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