Giter Club home page Giter Club logo

bankapp's Introduction

BankApp

Bank Application: You are a back-end developer and need to create an application to handle new customer bank account requests

The application does the following:

  • read a .cvs file of names, SSNs, account type and initial deposit

  • use of proper data structure to hold all the accounts

  • both savings and current accounts share the following properties:

    • deposit()
    • withdraw()
    • transfer()
    • showInfo()
    • 11-Digit Account Number (generated with the following process: 1/2 for Saving/Current, last 2 digits of the SSN unique 5-digit number and a random 3-digit number)
  • adding/ updating/ deleting an account

  • searching for an account by Account# or SSN

  • depositing/ withdrawing money from/to an account

  • displaying a list of unused/out of date accounts

  • Savings Account holders are given a Safety Deposit Box, identified by a 3-digit number and accessed with a 4-digit code

  • Current Account holders are assigned a Debit Card with a 12-digit number and a 4-digit PIN

  • both accounts will use an interface that determines the base interest rate: -> savings accounts will use .25 points less than the base rate -> current accounts will use 15% of the base rate

  • the showInfo() method should reveal relevant account information as well as information specific to the Current account or Savings account

--------------------Learning objectives:------------------------------------

  • learn to develop a robust application architecture
  • encapsulation, inheritance, abstract classes and abstract methods
  • read data from a file and store in an appropriate data structure
  • use an interface API to receive information from a developer's application
  • explore constructors deeper and use the super() keyword
  • explore access modifiers and when to use public, private, protected
  • generate random numbers and work with String API

bankapp's People

Contributors

ioana-a-chivu avatar ioanachivu avatar

Watchers

 avatar

Forkers

faizan612001

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.