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