package net.jrtechs; public abstract class Work { abstract E runTask(); }