Skip to content

Instantly share code, notes, and snippets.

@nitin42
Last active February 26, 2018 15:40
Show Gist options
  • Save nitin42/1d3bcd100b95a6c33351e737ab0e62a3 to your computer and use it in GitHub Desktop.
Save nitin42/1d3bcd100b95a6c33351e737ab0e62a3 to your computer and use it in GitHub Desktop.
Base car class
// 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