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

Can a class extend an interface?

Question

Can a class extend an interface?

Answer

No Class implement the interface. An interface can extend another interface.