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

/**
 *
 * @author felix
 */
public class acepta extends concede{
    /*
    @Override
    public void estoyEscribiendo() {
        super.estoyEscribiendo();
        System.out.println("Una cancion");
    }
    */
    public void estoyEscribiendo(String Mensaje) {
        System.out.println(Mensaje);
    }

}
