public class InterfaceParent extends GenericParent { public InterfaceParent(Class c) { super(c); } }