MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / MI

Class MI

interfaces/MultipleInheritance.java:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21class MI implements One, Two, Three {}
22
23public class MultipleInheritance {
24 public static void main(String[] args) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected