1 public class BlahTwo extends Blah implements BlahFeature { 2 public void doStuff() { 3 System.out.println("BlahTwo"); 4 } 5 } 6