public class ConcreteImplementorA implements Implementor { public void operation() { System.out.println("ConcreteImplementorA operation\bh"); } }