package test.extender; public abstract class ClassProj2 implements InterfaceProj2 { public int bMethod() { return 2; } }