Biblioteca Java - Rev 4

Subversion Repositories:
Rev:
package oop.controltemperatura;

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


/**
 *
 * @author evo2
 */

public class AgregatIncalizre extends Agregat{

   
    void functionare() {
       System.out.println("INCALZIRE!");
    }
   
}