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

Callers 1

mainMethod · 0.95

Implementers 2

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

Calls

no outgoing calls

Tested by 1

mainMethod · 0.76