Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Seogeurim/CS-study
/ Product
Interface
Product
contents/design-pattern/code/FactoryJava/FactoryTest.java:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
interface
Product {
13
public
void
sell();
14
}
15
16
class
Pencil implements Product {
17
Callers
1
main
Method · 0.95
Implementers
2
Pencil
contents/design-pattern/code/FactoryJa
Note
contents/design-pattern/code/FactoryJa
Calls
no outgoing calls
Tested by
no test coverage detected