Skip to content

Instantly share code, notes, and snippets.

@bhawna94
Created June 11, 2020 11:09
Show Gist options
  • Save bhawna94/7a3a7760226f84905a59ad7cec44cf70 to your computer and use it in GitHub Desktop.
Save bhawna94/7a3a7760226f84905a59ad7cec44cf70 to your computer and use it in GitHub Desktop.
interface Polygon {
void calculateArea();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment