package galia_kalchevska;
/**
* @author GALIA
* @version 2.0
*/
public interface Factura {
/* Los atributos de la interface son final y su valor se ha de establecer */
int trabajo_fijo = 3000;
float precio_hora = 27.72f;
float descuento = 0.2f;
}
Interface. Campos finales, la implementa la clase Menu
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.