Skip to content

Instantly share code, notes, and snippets.

@jredh
Last active February 10, 2016 00:31
Show Gist options
  • Save jredh/27ef663102807add13c9 to your computer and use it in GitHub Desktop.
Save jredh/27ef663102807add13c9 to your computer and use it in GitHub Desktop.
Mysterious Constructor
// ...
float value = new House( 2, "Home", 3, 2, 1900 ).appraise();
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment