1 2 3 4 5 6 7 8 9
package test.extender; public abstract class ClassProj2<T> implements InterfaceProj2<T> { public int bMethod() { return 2; } }