This loads the package.
We first define a simple interface. Objects cannot be created from the interface. Objects created from a class are instances of the class as well as all the interfaces declared in the class definition. A class may inherit from several interfaces.
Objects can use all members as usual. |