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