Google News
logo
Java - Interview Questions
Can you implement one interface from another?
No, we cannot. Implementing an interface means writing body for the methods. This cannot be done again in an interface, since none of the methods of the interface can have body.
Advertisement