Interface:
public interface Readable { public void method1(); public void method2(); }
Abstract Class:
public abstract