Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Seogeurim/CS-study
/ sell
Method
sell
contents/design-pattern/code/FactoryJava/FactoryTest.java:13–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
12
interface
Product {
13
public
void
sell();
14
}
15
16
class
Pencil implements Product {
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
1
main
Method · 0.76