Can interface implement the other interface?

Answer:
No. An interface cannot implement another interface, it can only just extend it. Because, an interface cannot implement any method as it has no method body declarations.
Note: There are comments associated with this question. See the discussion page to add to the conversation.
First answer by ID2057965614. Last edit by Gouthamnani. Contributor trust: 0 [recommend contributor recommended]. Question popularity: 2 [recommend question].