Styrow.dev
Question 185 of 247
Java Topic: General medium

Can an Interface extend another Interface?

Question

Can an Interface extend another Interface?

Answer

Yes an Interface can inherit another Interface, for that matter an Interface can extend more than one Interface.