ABSTRACT CLASS CLASS2 IMPLEMENTS BASE { PUBLIC BOOLEAN M1(){ RET...

4. abstract class Class2 implements Base

{ public boolean m1(){ return (7 > 4); }}

11