MCPcopy Create free account
hub / github.com/Anchals24/Low-Level-Design / Pepperoni

Interface Pepperoni

AbstractFactoryPattern/Pepperoni/Pepperoni.java:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package CreationalDesignPattern.FactoryPattern.AbstractFactoryPattern.Pepperoni;
2
3public interface Pepperoni {
4 String toString();
5}

Callers

nothing calls this directly

Implementers 7

SlicedPepperoniAbstractFactoryPattern/Pepperoni/Slice
MarinaraSauceAbstractFactoryPattern/Sauce/MarinaraS
PlumTomatoSauceAbstractFactoryPattern/Sauce/PlumTomat
MozzarellaCheeseAbstractFactoryPattern/Cheese/Mozzarel
ReggianoCheeseAbstractFactoryPattern/Cheese/Reggiano
ThickCrustDoughAbstractFactoryPattern/Dough/ThickCrus
ThinCrustDoughAbstractFactoryPattern/Dough/ThinCrust

Calls

no outgoing calls

Tested by

no test coverage detected