filmov
tv
Can an interface inherit from another interface?

Показать описание
Yes, an interface can inherit from one or more interfaces using the colon (:) syntax. Inherited interfaces must be implemented by the derived class that implements the child interface.