Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created March 29, 2019 09:26
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/bf539368b238f664069df21231b26e2e to your computer and use it in GitHub Desktop.
Save jasongorman/bf539368b238f664069df21231b26e2e to your computer and use it in GitHub Desktop.
class Carpet;
virtual: procedure price is Real procedure price(area); Real area;;
begin
end;
class Room;
virtual: Real procedure area();
begin
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment