Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anchals24/Low-Level-Design
/ creditMoney
Method
creditMoney
TemplateDesignPattern/PaymentFlow.java:8–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
public
abstract
void
debitMoney();
7
public
abstract
void
calculateCharges();
8
public
abstract
void
creditMoney();
9
10
public
final
void
sendMoney(){
11
//Template Method: Defines the order of steps to execute the task.
Callers
1
sendMoney
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected