Advertisement
jsbsan

condimentodecorador

Oct 31st, 2013
1,013
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GAMBAS 0.15 KB | None | 0 0
  1. ' Gambas class file
  2.  
  3. Inherits Bebida
  4.  
  5. Private descripcion As String
  6.  
  7. Public Function getDescripcion() As String
  8.  
  9.   Return descripcion
  10.  
  11. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement