Multiple choice Which of the following keywords is used to implement inheritance in Java? inheritance inherit extend extends Reveal answer Fill a bubble to check yourself D Correct answer Explanation The keyword extends is used to implement the inheritance in Java.