C# Class DMV_GUI.Motorcycle

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

Public Methods

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

Private Methods

Method Description
show ( ) : string

Method Details

Motorcycle() public method

public Motorcycle ( string VIN, string make, string model, int noOfSeats, int noOfWheels, System.DateTime dateOfProduction, double ccm ) : System
VIN string
make string
model string
noOfSeats int
noOfWheels int
dateOfProduction System.DateTime
ccm double
return System