Q15
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
AnswerD.
Only if the interface is marked as "private"
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board