public class ConcreteComponent extends Component { public void operation() { System.out.println("ConcreteComponent operation()\bh"); } }