C# 클래스 DMV_GUI.Car

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

공개 메소드들

메소드 설명
Car ( ) : System
Car ( string VIN, string make, string model, int noOfSeats, int noOfWheels, System.DateTime dateOfProduction, string color, bool AC, int airbags ) : System

비공개 메소드들

메소드 설명
show ( ) : string

메소드 상세

Car() 공개 메소드

public Car ( ) : System
리턴 System

Car() 공개 메소드

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