Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
Calls
no outgoing calls
Tested by
2
main
Method · 0.36
main
Method · 0.36