MCPcopy Create free account
hub / github.com/careercup/ctci / name

Method name

java/Chapter 3/Question3_7/Cat.java:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 }
7
8 public String name() {
9 return "Cat: " + name;
10 }
11}
12

Callers 1

mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected