C# Class DMV_GUI.Car

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

Public Methods

Method Description
Car ( ) : System
Car ( string VIN, string make, string model, int noOfSeats, int noOfWheels, System.DateTime dateOfProduction, string color, bool AC, int airbags ) : System

Private Methods

Method Description
show ( ) : string

Method Details

Car() public method

public Car ( ) : System
return System

Car() public method

public Car ( string VIN, string make, string model, int noOfSeats, int noOfWheels, System.DateTime dateOfProduction, string color, bool AC, int airbags ) : System
VIN string
make string
model string
noOfSeats int
noOfWheels int
dateOfProduction System.DateTime
color string
AC bool
airbags int
return System