C# Class Class06Demo.Classes.Wally

Inheritance: Class06Demo.Classes.Robot, IDrive
Afficher le fichier Open project: codefellows/seattle-dotnet-401d2

Méthodes publiques

Méthode Description
CompactGarbage ( ) : void
License ( ) : bool
ShiftGears ( ) : void
StartCar ( ) : void
StopCar ( ) : void

Method Details

CompactGarbage() public méthode

public CompactGarbage ( ) : void
Résultat void

License() public méthode

public License ( ) : bool
Résultat bool

ShiftGears() public méthode

public ShiftGears ( ) : void
Résultat void

StartCar() public méthode

public StartCar ( ) : void
Résultat void

StopCar() public méthode

public StopCar ( ) : void
Résultat void