Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop Other
Title: account Download
 Description: Design a class named Account. This class includes: (a) a named data type int id field that indicates the account identification number (default is 0). (2) a double-called balance of data fields, which means that the account balance (default is 0). (3) a double type named annualInterestRate of data fields, save the current interest rate (default is 0). (4) a no-argument constructor creates a default account. (5) id, balance and annualInterestRate access control and change control functions. (6) a named getMonthlyInterestRate () function returns a monthly rate. (7) a function named withDraw, drawn from the account specified amount. (8) a function called deposit to the account into a designated amount. Draw a UML class diagram, the implementation class. Write a test program that creates an Account object, its ID is 1122, the account balance is 20,000, an interest rate of 4.5 . Use withDraw function out $ 2,500, $ 3,000 deposit with deposit function, and then outputs the account balance, m
 Downloaders recently: [More information of uploader mike]
 To Search:
File list (Check if you may need any files):
 

Test.cpp
Account.cpp
Account.h
Accout.h
    

CodeBus www.codebus.net