C# 클래스 SuperCar, code

상속: SportsCar, ISportsCar
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
Display ( ) : void
SuperCar ( )
SuperCar ( Car, c )
SuperCar ( ICar, car )

메소드 상세

Display() 공개 메소드

public Display ( ) : void
리턴 void

SuperCar() 공개 메소드

public SuperCar ( )

SuperCar() 공개 메소드

public SuperCar ( Car, c )
c Car,

SuperCar() 공개 메소드

public SuperCar ( ICar, car )
car ICar,