Computer Science, asked by komalbiban1735, 9 months ago

One interface can extend another interface true or false

Answers

Answered by nanibangaram
0

Answer:

true

Explanation:

Answered by Anonymous
5

Answer:

Explanation:

Multiple inheritance is not allowed. Interfaces are not classes, however, and an interface can extend more than one parent interface. The extends keyword is used once, and the parent interfaces are declared in a comma-separated list.

Similar questions