An interface test in Java. The interface class is called "Readable". The classes SMS and EBook implement the method from the interface.
NorthFred/Java-Simple-Interface-Example
An interface test in Java. The interface class is called "Readable". The classes "SMS" and "EBook" implement the method from the interface. "InterfaceTest.java" can be used for testing (main).
Java