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

Method toString

day11/code/day11_Object/src/cn/itcast_01/Student.java:34–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 }
33
34 @Override
35 public String toString() {
36 return "Student [name=" + name + ", age=" + age + "]";
37 }
38
39// @Override
40// public String toString() {

Callers 6

mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by 2

mainMethod · 0.36
mainMethod · 0.36