MCPcopy Create free account
hub / github.com/DuGuQiuBai/Java / toString

Method toString

day22/code/day22_IO/src/cn/itcast_10/Person.java:76–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 @Override
77 public String toString() {
78 return "Person [name=" + name + ", age=" + age + "]";
79 }
80
81}

Callers 6

readLineMethod · 0.45
readLineMethod · 0.45
readLineMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by 1

mainMethod · 0.36