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