Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop
Title: 4-4 Download
 Description: Design a bank account (Account) class that contains the user name, account number and the current balance of properties, to be completed account opening, deposits, withdrawals and balance inquiries and other acts. Bank account class is defined as follows: class Account {private: char mName [20] // bank account username long mSN // account of this account is float mBalance // The current account balance public: Account (char name [], long num, float amount) // class constructor ~ Account () // class destructor void deposit (float amount) // to account deposit int withdraw (float amount) // withdrawals from the account float getBalance () // check balances } according to the given class, and improve the corresponding member function definitions, and the preparation of the main functions for testing.
 Downloaders recently: [More information of uploader wu_zheng_ping]
 To Search:
  • [ACCOUNT] - An account program written for a class p
  • [account] - Bank Account project using account class
File list (Check if you may need any files):
4-4.cpp
    

CodeBus www.codebus.net