SyntaxFix
Write A Post
Hire A Developer
Questions
An interface can extend multiple interfaces.
A class can implement multiple interfaces.
However, a class can only extend a single class.
Careful how you use the words extends and implements when talking about interface and class.
extends
implements
interface
class