Skip to content

Instantly share code, notes, and snippets.

@AdrianoCelentano
Created March 4, 2019 22:39
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 AdrianoCelentano/a5a964442c99b22eec04e920dc92569d to your computer and use it in GitHub Desktop.
Save AdrianoCelentano/a5a964442c99b22eec04e920dc92569d to your computer and use it in GitHub Desktop.
Shapes
interface Shape
class Triangle: Shape
class Rectangle: Shape
class Circle: Shape
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment