In Java, can an interface extend another interface?
A. No, interfaces cannot extend other interfaces
B. Only if both interfaces have the same methods
C. Yes, an interface can extend multiple interfaces
D. Only if the interface is marked as "private"
Answer: Option C

Join The Discussion