Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ' Gambas class file
- Inherits Bebida
- Public Sub _new()
- Super.setDescripcion("House Blend Coffee")
- End
- Public Function cost() As Single
- Return 0.89
- End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement