abstract class E001_MethodDeclarations { void method() { } abstract void abstractMethod(); }