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

/**
 *
 * @author felix
 */
public class prueba2 {
    
    static public void main(String args[]) {
        acepta herencia = new acepta();
        herencia.estoyEscribiendo();
        herencia.estoyEscribiendo("Una lista");
    }

}
