Skip to content

Instantly share code, notes, and snippets.

@rahulkmr
Created February 7, 2010 07:38
Show Gist options
  • Save rahulkmr/297289 to your computer and use it in GitHub Desktop.
Save rahulkmr/297289 to your computer and use it in GitHub Desktop.
abstract class Shape {
}
class Rectangle extends Shape {
}
class Square extends Shape {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment