Multiple choice

Multiple inheritance can be implemented in Java using __________.

  1. classes

  2. interfaces

  3. structures

  4. static methods

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

Multiple inheritance can be implemented in Java using interfaces. One or more classes can implement the defined interface.