/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).

Primary LanguageJava

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.