package testPkg; public abstract class TestProject2Class2 { public TestProject2Class2(){ } protected abstract void doAnything(); }