Computer Science, asked by statusworld636, 5 hours ago

Can inheritance be applied between interfaces? justify your answer​

Answers

Answered by aryan230746
1

Answer:

Explanation:

Also, it is possible for a java interface to inherit from another java interface, just like classes can inherit from other classes. You specify inheritance using the extends keyword. Inheritance will be further discussed below. But unlike classes, interfaces can actually inherit from multiple interfaces.

Answered by lliTzPrInCeSsll
0

Also, it is possible for a java interface to inherit from another java interface, just like classes can inherit from other classes. You specify inheritance using the extends keyword. Inheritance will be further discussed below. But unlike classes, interfaces can actually inherit from multiple interfaces.

Similar questions