public class HornNote extends Note { public void play(){ System.out.println("Playing Horn Note"); } }