ABSTRACT CLASS CLASS2 IMPLEMENTS BASE { PROTECTED BOOLEAN M1(){...

5. abstract class Class2 implements Base

{ protected boolean m1(){ return (5 > 7) }}

A.1 and 2

B. 2 and 3

C. 3 and 4

D.1 and 5