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