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

Interface Dough

AbstractFactoryPattern/Dough/Dough.java:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Implementers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected