Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DuGuQiuBai/Java
/ setName
Method
setName
day11/code/day11_Object/src/cn/itcast_03/Student.java:23–25 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
21
}
22
23
public
void
setName(String name) {
24
this.name = name;
25
}
26
27
public
int
getAge() {
28
return
age;
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected