Multiple choice Which of the following statements is false regarding inheritence? A class can extend another class. A class can implement multiple interfaces. A class can extend multiple classes. An interface can extend another interface. A class can extend another class and implement an interface at the same time. Reveal answer Fill a bubble to check yourself C Correct answer Explanation This is a false statement. Multiple inheritence is not supported in Java.