// "Implement method 'foo'" "false" abstract class Test { abstract void foo(); } class TImple extends Test { void foo() {} }