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