Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DuGuQiuBai/Java
/ clone
Method
clone
day11/code/day11_Object/src/cn/itcast_03/Student.java:35–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
@Override
36
protected
Object clone() throws CloneNotSupportedException {
37
return
super.clone();
38
}
39
}
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected