package patronAdapter; public abstract class Guitarra { abstract public void encenderGuitarra(); abstract public void apagarGuitarra(); }