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