Skip to content

Instantly share code, notes, and snippets.

@ifucolo
Created January 31, 2017 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ifucolo/34d46b87a44e031a05142c91da934dac to your computer and use it in GitHub Desktop.
Save ifucolo/34d46b87a44e031a05142c91da934dac to your computer and use it in GitHub Desktop.
public void LetStartEngine(Car car) {
if (car instanceof Tesla)
((Tesla)car).TurnOnCar();
car.startEngine();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment