Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ first
Method
first
interfaces/MultipleInheritance.java:8–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
7
interface
One {
8
default
void
first() { System.out.println(
"first"
); }
9
}
10
11
interface
Two {
Callers
2
main
Method · 0.80
main
Method · 0.80
Implementers
1
MI
interfaces/MultipleInheritance.java
Calls
no outgoing calls
Tested by
no test coverage detected