Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Seogeurim/CS-study
/ Pencil
Class
Pencil
contents/design-pattern/code/FactoryJava/FactoryTest.java:16–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
class
Pencil implements Product {
17
18
@Override
19
public
void
sell() {
20
System.out.println(
"sell Pencil !!!"
);
21
}
22
}
23
24
class
Note implements Product {
25
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected