Vidyalelo
Java Programming · Q15

Interfaces and Abstract Classes

Programming · Java Programming · question 15

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
Answer
D.
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