.Create a complete UML diagram which shows the relationships between the three classes, Account, Savings, and Checkingand all of the fields and methods in each. The only modificationsrequired to the Account class is the addition of two abstract methodscalled closeMonth and accountString.2.The closeMonth function performs the appropriate end of month action for its class.3.The accountString function returns a string which indicates the type of account, the account number, and the current balance, like –Checking account #1 has a balance of $402.254.The Savings and Checking classes inherit the account number and balance variables along with the functions from the Account class.5.The Savings and Checking classes each have a minimum balance variable and an annual interest rate (or monyhly fee). They need constructors andconcrete implementations of the closeMonth and accountString functions. 6.I recommend using Raptor’s Object Oriented Mode to do this, but you may do it in Word, PowerPoint, or Visio.7.For this assignment only the UML diagram is required. Lab #7 will require studentsto implement these classes along with a main program.New CommandsLike Lab #5, Lab #7 will read commands from a file. The UML diagram for Lab #6 should include all of the variables and functions necessary to implement these commands.Checking account initialBalance minimumBalance monthlyFeeSavings account initialBalance minimumBalance annualInterestRateDeposit account amount   Withdraw account amountBalance accountCloseReportIn the above commands, account is an integer between 1 and 9. All other arguments are doubles.The close command performs the end of month functions for every existing account. The only output it produces is an “End of month processing complete” message.The Report command lists all existing accounts and their balances, like –Checking account #1 has a balance of $402.25Savings account #2 has a balance of $53576.35

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Inheritance and PolymorphismThis assignment starts with the Account class from Labs 4 and 5.Our new and improved bank has two kinds of accounts, savings, and checking. In addition to an ID and a balance, savings accounts have an annual interest rate and a minimum balance. Checking accounts have a minimum balance and a monthly fee. Withdrawals and deposits can be made to both kinds of accounts. At the end of each month, savings accounts pay interest, but only if the account’s balance is above the minimum. Also at the end of each month,a fee is deducted from each checking account, but the fee is waived if the account’s balance is over the minimum. Tasks1.Create a complete UML diagram which shows the relationships between the three classes, Account, Savings, and Checkingand all of the fields and methods in each. The only modificationsrequired to the Account class is the addition of two abstract methodscalled closeMonth and accountString.2.The closeMonth function performs the appropriate end of month action for its class.3.The accountString function returns a string which indicates the type of account, the account number, and the current balance, like –Checking account #1 has a balance of $402.254.The Savings and Checking classes inherit the account number and balance variables along with the functions from the Account class.5.The Savings and Checking classes each have a minimum balance variable and an annual interest rate (or monyhly fee). They need constructors andconcrete implementations of the closeMonth and accountString functions. 6.I recommend using Raptor’s Object Oriented Mode to do this, but you may do it in Word, PowerPoint, or Visio.7.For this assignment only the UML diagram is required. Lab #7 will require studentsto implement these classes along with a main program.New CommandsLike Lab #5, Lab #7 will read commands from a file. The UML diagram for Lab #6 should include all of the variables and functions necessary to implement these commands.Checking account initialBalance minimumBalance monthlyFeeSavings account initialBalance minimumBalance annualInterestRateDeposit account amount

 

Withdraw account amountBalance accountCloseReportIn the above commands, account is an integer between 1 and 9. All other arguments are doubles.The close command performs the end of month functions for every existing account. The only output it produces is an “End of month processing complete” message.The Report command lists all existing accounts and their balances, like –Checking account #1 has a balance of $402.25Savings account #2 has a balance of $53576.35

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education