Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DuGuQiuBai/Java
/ Student
Method
Student
day11/code/day11_Object/src/cn/itcast_03/Student.java:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
private
int
age;
8
9
public
Student() {
10
super();
11
}
12
13
public
Student(String name,
int
age) {
14
super();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected