hello John, interfaces are one of the basic concepts in Java.
please read this: https://docs.oracle.com/javase/tutorial/java/IandI/createinterface.html bye Thomas ________________________________________ Von: John Febarro [[email protected]] Gesendet: Dienstag, 22. September 2015 23:34 An: [email protected] Betreff: [daemon] When to use MyClass implements Daemon I read the Wiki and looked at the examples in src/samples/ but it wasn't clear on when I would use a line like: public class MyClass implements Daemon or just public class MyClass (without the implements portion). Is there any logic or reasons for when to use the implements Daemon and when not to? Any significant difference? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
