-
-
Save AnthonyDGreen/863cfd1e7536fe8bda7cd145795eaf9f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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