https://github.com/piamacalanda/softeng1_decor-pattern-digital-bank
Digital Bank System implementing decorator pattern using Java.
https://github.com/piamacalanda/softeng1_decor-pattern-digital-bank
decorator-design-pattern
Last synced: 4 months ago
JSON representation
Digital Bank System implementing decorator pattern using Java.
- Host: GitHub
- URL: https://github.com/piamacalanda/softeng1_decor-pattern-digital-bank
- Owner: PiaMacalanda
- Created: 2024-12-09T11:40:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T07:08:16.000Z (over 1 year ago)
- Last Synced: 2025-10-27T22:27:33.966Z (8 months ago)
- Topics: decorator-design-pattern
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CIMB Digital Bank Savings (Decorator Pattern)
### Problem Set
CIMB is a digital bank that offers GSave and UpSave savings accounts. As with a typical Savings Account, it contains accountNumber, accountName, and a balance for that account.
The typical savings account offers an interest rate of 1%.
The benefits of the typical savings account is the same with the "Standard Savings Account" as compared to other banks.
The GSave account offers an interest rate of 2.5%.
Benefits include the "Standard Savings Account" plus access to "GCash transfer".
The UpSave account offers the highest interest rate of 4.0%.
Benefits include the "Standard Savings Account" plus "with Insurance".
### UML Diagram by Sir. Jeremias C. Esperanza
