Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anchals24/Low-Level-Design
/ toString
Method
toString
AbstractFactoryPattern/Sauce/Sauce.java:4–4 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
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