MCPcopy Create free account
hub / github.com/InterviewReady/Low-Level-Design / Size

Enum Size

InventorySystem.java:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90enum Size {
91 S,M,L
92}
93
94class User {
95 public void addProduct(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected