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

Class Cat

staticchecking/petspeak/PetSpeak.java:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13class Cat implements Pet {
14 @Override public void speak() {
15 System.out.println("meow!");
16 }
17}
18
19class Dog implements Pet {
20 @Override public void speak() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected