Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anchals24/Low-Level-Design
/ Sauce
Interface
Sauce
AbstractFactoryPattern/Sauce/Sauce.java:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
CreationalDesignPattern.FactoryPattern.AbstractFactoryPattern.Sauce;
2
3
public
interface
Sauce {
4
String toString();
5
}
Callers
nothing calls this directly
Implementers
7
MarinaraSauce
AbstractFactoryPattern/Sauce/MarinaraS
PlumTomatoSauce
AbstractFactoryPattern/Sauce/PlumTomat
SlicedPepperoni
AbstractFactoryPattern/Pepperoni/Slice
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