Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Last active April 3, 2019 07:40
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 jasongorman/9d9cdc453463179c643f201c61dda932 to your computer and use it in GitHub Desktop.
Save jasongorman/9d9cdc453463179c643f201c61dda932 to your computer and use it in GitHub Desktop.
Option Explicit
Public Function Quote(ByRef room As Room, ByRef carpet As Carpet) As Double
Quote = carpet.Price(room.Area())
End Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment