Q31
Which one of the following keyword is used to implement an interface?
A.
interface
B.
get
C.
inherit
D.
implements
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
A class can implement an interface using the implements keyword in its declaration.