Back to search
The Bank Account Simulation example covers most Object Oriented Programming features i.e. Class, Object, Inheritance, Polymorphism, Encapsulation, etc.
Stars
5
Forks
2
Watchers
5
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
6
commits
CheckingAccount is a BankAccount with some number of free transactions
9bd2bfdView on GitHubSavingsAccount is a BankAccount with interest functionality
26a2c3aView on GitHubBankAccount class with withdraw, deposit, getBalance features
0c3d3e7View on GitHub