package test.extender; public interface InterfaceProj2 { public abstract int bMethod(); }