C# Class Class06Demo.Classes.Wally

Inheritance: Class06Demo.Classes.Robot, IDrive
Datei anzeigen Open project: codefellows/seattle-dotnet-401d2

Public Methods

Method Description
CompactGarbage ( ) : void
License ( ) : bool
ShiftGears ( ) : void
StartCar ( ) : void
StopCar ( ) : void

Method Details

CompactGarbage() public method

public CompactGarbage ( ) : void
return void

License() public method

public License ( ) : bool
return bool

ShiftGears() public method

public ShiftGears ( ) : void
return void

StartCar() public method

public StartCar ( ) : void
return void

StopCar() public method

public StopCar ( ) : void
return void