Skip to content

Instantly share code, notes, and snippets.

@daveRanjan
Last active November 23, 2016 06:31
Show Gist options
  • Save daveRanjan/2c6586e45e56506e296ce2f304ff68c9 to your computer and use it in GitHub Desktop.
Save daveRanjan/2c6586e45e56506e296ce2f304ff68c9 to your computer and use it in GitHub Desktop.
public abstract class Shape{
public abstract Double area();
 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment