()
| 7 | } |
| 8 | |
| 9 | @Override |
| 10 | public void debitMoney() { |
| 11 | System.out.println("Deducting the request for to Payment to a friend."); |
| 12 | |
| 13 | } |
| 14 | |
| 15 | @Override |
| 16 | public void calculateCharges() { |
nothing calls this directly
no outgoing calls
no test coverage detected