4
Answer (Choose 1 answer)
Suppose interface Inty defines five methods. Suppose class Classy declares that it impleme not provide implementations for any of the five interface methods. Which is true?
A. The class will compile if it is declared protected.
C B. The class will compile.
C. The class will compile if it is declared public.
D. The class will compile if it is declared abstract.