Advertisement
jsbsan

componente

Nov 5th, 2013
4,007
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GAMBAS 0.30 KB | None | 0 0
  1. ' Gambas class file
  2.  
  3. 'Clase Componente: En esta clase se define la interfaz que heredan la clase Compuesto y clase Empleado/hoja
  4. Public Function getSueldo() As Single
  5.  
  6. End
  7.  
  8. Public Function getEstructura(cadenainicial As String) As String
  9.  
  10. End
  11.  
  12. Public Function getNombre() As String
  13.  
  14. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement