public class Client { public static void main(String[] args) { ConcreteClass c = new ConcreteClass(); c.templateMethod(); } }