1 2 3 4 5 6 7 8
package test; public abstract class ClassProj1<T> implements InterfaceProj1<String> { public int aMethod() { return 1; } }