Multiple choice Interface can be implemented using the ___________ keyword. implement implements extend 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.