Last active
February 26, 2018 15:40
-
-
Save nitin42/1d3bcd100b95a6c33351e737ab0e62a3 to your computer and use it in GitHub Desktop.
Base car class
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 definitions for types of cars. | |
class Car { | |
} | |
class Sedan { | |
} | |
class Hatchback { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment