I have some class that works with interfaces: Here is the interface: public interface Orderable { int getOrder() void setOrder() } Here …