Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anchals24/Low-Level-Design
/ pack
Method
pack
AbstractFactoryPattern/Pizza.java:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
void
pack(){
26
System.out.println(
"Pizza is ready now. Packing it!"
);
27
}
28
29
void
setName(String name){
30
this.name = name;
Callers
1
orderPizza
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected