C# Class DMV_GUI.Bus

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

Public Methods

Method Description
Bus ( string VIN, string make, string model, int noOfSeats, int noOfWheels, System.DateTime dateOfProduction, string companyName ) : System

Private Methods

Method Description
show ( ) : string

Method Details

Bus() public method

public Bus ( string VIN, string make, string model, int noOfSeats, int noOfWheels, System.DateTime dateOfProduction, string companyName ) : System
VIN string
make string
model string
noOfSeats int
noOfWheels int
dateOfProduction System.DateTime
companyName string
return System