Last active
February 26, 2018 18:11
-
-
Save nitin42/df263aaa5771bb087978015636142f7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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