Kizspy | Question: 29
(Choose 1 answer)
Which of the following statements is correct for a declaration of the interface named MyInterface?
A. interface MyInterface{/* something */ }
B. public MyInterface interface{/* something */}
C. final interface MyInterface{/* something */}
D. default interface MyInterface {/* something */ }