C# Class DMV_GUI.Motorcycle

Inheritance: MotorVehicle
Afficher le fichier Open project: CITA180Class/Motor-Vehicle-GUI-project

Méthodes publiques

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

Private Methods

Méthode Description
show ( ) : string

Method Details

Motorcycle() public méthode

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