Skip to content

Instantly share code, notes, and snippets.

@isaacssemugenyi
Created December 3, 2023 07:05
Show Gist options
  • Save isaacssemugenyi/4e49855d4537d77fae261101fb7d7bdd to your computer and use it in GitHub Desktop.
Save isaacssemugenyi/4e49855d4537d77fae261101fb7d7bdd to your computer and use it in GitHub Desktop.
public interface Payment {
void debitUser();
void checkUserBalance();
void creditUser();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment