Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anchals24/Low-Level-Design
/ prepare
Method
prepare
AbstractFactoryPattern/Pizza.java:15–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
Pepperoni pepperoni;
14
15
abstract
void
prepare();
16
17
void
bake(){
18
System.out.println(
"Bake for 25 minutes"
);
Callers
1
orderPizza
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected