As we all know, some languages have the notion of interfaces. This is Java:
public interface Testable { void test(); }
How can I achieve