Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anchals24/Low-Level-Design
/ creditMoney
Method
creditMoney
TemplateDesignPattern/PayToFriend.java:21–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
@Override
22
public
void
creditMoney() {
23
System.out.println(
"Paying the FULL AMOUNT to the friend."
);
24
25
}
26
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected