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

Method Student

day16/code/day16_Generic/src/cn/itcast_01/Student.java:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 private int age;
6
7 public Student() {
8 super();
9 }
10
11 public Student(String name, int age) {
12 super();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected