Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.
Victor Ghost edited this page Jun 19, 2022 · 6 revisions

BankSystemWiki

Welcome to the BankSystem Wiki, it is very simple, more for study purposes. If you want to learn more about how the system functions work, just read it.

How To compile

It's very Simple, You Just Need to Use BankSystem directory, all files you should find there. And Just Run it.

Functions

We Have Some Functions, They're Simple:

  • Constructor User(string username, int accountnumber, double balance = 0.0)
  • Setter SetUserName(string name)
  • Setter SetUserBalance(double balance)
  • Setter SetUSerAccountNumber(int accountnumber)
  • Getter GetUserBalance()
  • Getter GetUserName()
  • Auto-property AccountNumber
  • Function MakeDeposit(double desposit)
  • Function MakeWithdrawal(double withdrawal)
  • Function ShowUserStats()
  • Override Function ToString()

See More About These functions


Constructor: User

Setters

Getters

Auto-properties

Class Functions

Clone this wiki locally