Skip to content

Instantly share code, notes, and snippets.

@vahid-almasi
Created December 21, 2018 03:05
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 vahid-almasi/f69a08e7be8c3ef7689990184cdf4c9b to your computer and use it in GitHub Desktop.
Save vahid-almasi/f69a08e7be8c3ef7689990184cdf4c9b to your computer and use it in GitHub Desktop.
<?
$areas = new AreaCalculator($shapes);
$volumes = new AreaCalculator($solidShapes);
$output = new SumCalculatorOutputter($areas);
$output2 = new SumCalculatorOutputter($volumes);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment