Interface inside Interface

Note: It is advised to read the basics and types of inner classes before proceeding further. A nested interface is just an interface but declared within another interface or even a class. A top-level interface is that one which is not nested. Nested interfaces are useful to group all the interfaces with some common functionality. …

Interface inside Interface Read More »