Coder Social home page Coder Social logo

banco-digital-innovation's Introduction

Banking Operations Program

Desafio: Um banco oferece aos seus clientes dois tipos de contas (corrente e poupança), as quais possuem as funcionalidades de depósito, saque e transferência (entre contas da própria instituição).

Scope:

1. User Authentication:

  • Users should be able to log in with their username and password.
  • Only authenticated users can access banking features.

2. Account Management:

  • Users can create different types of accounts, such as savings accounts and checking accounts.
  • Each account should have a unique account number.
  • Users can deposit and withdraw funds from their accounts.
  • Users can check their account balance.
  • Users can transfer funds between their accounts or to other users' accounts.

Diagram class

class diagram

Object-Oriented Concepts

Polymorphism:

  • Implement different types of accounts (e.g., savings account, checking account) as subclasses of a common superclass (e.g., Account).
  • Use polymorphism to perform operations on accounts without knowing their specific types.

Interfaces:

  • Implement these interfaces in concrete classes to provide functionality.

Abstraction:

  • Use abstraction to hide the implementation details of account operations from the user interface.
  • Define abstract classes or interfaces to represent common behavior across different account types.

Inheritance:

  • Utilize inheritance to create specialized account types that inherit common behavior from a base account class.
  • For example, a savings account may inherit from a general account class and override methods for interest calculation.

banco-digital-innovation's People

Contributors

robertonsj avatar

Watchers

 avatar

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.