MCPcopy 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
12interface Product {
13 public void sell();
14}
15
16class Pencil implements Product {
17

Callers 1

mainMethod · 0.95

Implementers 2

Pencilcontents/design-pattern/code/FactoryJa
Notecontents/design-pattern/code/FactoryJa

Calls

no outgoing calls

Tested by

no test coverage detected