Multiple choice Multiple inheritance can be implemented in Java using __________. classes interfaces structures 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.