C# Class CSharpFactoryMethod.Car

Show file Open project: zyq025/CSharpDesignPatterns

Public Methods

Method Description
Run ( ) : void
StartUp ( ) : void
Stop ( ) : void

Method Details

Run() public abstract method

public abstract Run ( ) : void
return void

StartUp() public abstract method

public abstract StartUp ( ) : void
return void

Stop() public abstract method

public abstract Stop ( ) : void
return void