MCPcopy
hub / github.com/DuGuQiuBai/Java / Person

Interface Person

day10/code/01_形式参数问题/ArgsDemo2.java:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53*/
54interface Person {
55 public abstract void study();
56}
57
58class PersonDemo {
59 public void method(Person p) {

Callers

nothing calls this directly

Implementers 1

Studentday10/code/01_形式参数问题/ArgsDemo2.java

Calls

no outgoing calls

Tested by

no test coverage detected