MCPcopy Index your code
hub / github.com/careercup/ctci / toString

Method toString

java/Chapter 8/Question8_10/Dummy.java:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 }
10
11 @Override
12 public String toString() {
13 return "(" + name + ", " + age + ")";
14 }
15
16 public int getAge() {
17 return age;

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected