Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
package
CreationalDesignPattern.FactoryPattern.AbstractFactoryPattern.Dough;
2
3
public
interface
Dough {
4
5
String toString();
6
7
}
Callers
nothing calls this directly
Implementers
7
ThickCrustDough
AbstractFactoryPattern/Dough/ThickCrus
ThinCrustDough
AbstractFactoryPattern/Dough/ThinCrust
MarinaraSauce
AbstractFactoryPattern/Sauce/MarinaraS
PlumTomatoSauce
AbstractFactoryPattern/Sauce/PlumTomat
SlicedPepperoni
AbstractFactoryPattern/Pepperoni/Slice
MozzarellaCheese
AbstractFactoryPattern/Cheese/Mozzarel
ReggianoCheese
AbstractFactoryPattern/Cheese/Reggiano
Calls
no outgoing calls
Tested by
no test coverage detected