Will this code compile?

interface I1 {};
interface I2 extends I1{};

public class C implements I2, I1{}
Explanation
You can extends interfaces. Sub-interface will include all methods of super interface.

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Продолжайте изучать
тесты по Java
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты