package test; public abstract class ClassProj1 implements InterfaceProj1 { public int aMethod() { return 1; } }