C# 클래스 DMV_GUI.Truck

상속: MotorVehicle
파일 보기 프로젝트 열기: CITA180Class/Motor-Vehicle-GUI-project 1 사용 예제들

공개 메소드들

메소드 설명
Truck ( string VIN, string make, string model, int noOfSeats, int noOfWheels, System.DateTime dateOfProduction, double maxWeight ) : System

비공개 메소드들

메소드 설명
show ( ) : string

메소드 상세

Truck() 공개 메소드

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
리턴 System