Multiple choice

Interface can be implemented using the ___________ keyword.

  1. implement

  2. implements

  3. extend

  4. extends

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Interface can be implemented using the implements keyword because definition is not allowed within the interface. So, it has to be implemented.