Skip to content

Instantly share code, notes, and snippets.

@nitin42
Last active February 26, 2018 18:11
Show Gist options
  • Save nitin42/df263aaa5771bb087978015636142f7c to your computer and use it in GitHub Desktop.
Save nitin42/df263aaa5771bb087978015636142f7c to your computer and use it in GitHub Desktop.
class Car {
// Concrete method for operating different types of cars
operate(carVisitor) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment