Skip to content

Instantly share code, notes, and snippets.

@AnthonyDGreen
Created January 29, 2019 10:48
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save AnthonyDGreen/863cfd1e7536fe8bda7cd145795eaf9f to your computer and use it in GitHub Desktop.
Class DomainObject
End Class
Class Invoice
Inherits DomainObject
Public Sub Print(copies As Integer)
' Sends contents of invoice to default printer.
End Sub
End Class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment