Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
54
interface
Person {
55
public
abstract
void
study();
56
}
57
58
class
PersonDemo {
59
public
void
method(Person p) {
Callers
nothing calls this directly
Implementers
1
Student
day10/code/01_形式参数问题/ArgsDemo2.java
Calls
no outgoing calls
Tested by
no test coverage detected