Reference no: EM13810350
Develop a polymorphic banking application using the Account hierarchy you created. Create the following two SavingsAccount objects and two CheckingAccount objects and store them in an array called "arrays" of Account references to the objects:
Account Name Account Number Initial Balance Fee Charged Interest Rate
[your name]-Savings-1 1 1,000 4%
[your name]-Savings-2 2 2,000 5%
[your name]-Checking-1 3 3,000 3.00
[your name]-Checking -2 4 4,000 4.00
Using a "foreach" loop, iterate over each account in the array. For each Accountin the array, first print the account. Next, allow the user to specify an amount of money to withdraw from the Account using method Debit and an amount of money to deposit into the Account using method Credit. Specifically, for each account, prompt the user to enter an amount to deposit in the account and call the Credit method. Print the object. Next, prompt the user to enter an amount to withdraw and call the Debit method. Print the object. After the user has made a deposit and a withdrawal from an account, calculate interest if the account is a SavingsAccount and print the object. To perform this step, you must first determine the object's type. If the Account is a SavingsAccount, calculate the amount of interest owed to the Account using method CalculateInterest and print the account a final time. If the account is a CheckingAccount, you do not need to CalculateInterest nor print the account a final time.
Database modeling
: After reading this week's article, "Modeling for the Future," expand on the subject of Database Modeling. There are several tools listed and reviewed in the article. Research these tools further, or identify other modeling tools
|
Entered into a futures contract and bought a call option
: You need a barrel of oil next month. You could either buy the oil today and keep it for a month, wait and buy the oil next month when you need it, you could enter into a futures contract to buy oil at the current futures price $81, or you can pay $2 ..
|
Problem regarding the cause-and-effect diagram
: The cause-and-effect diagram is important in determining causes and effects of a problem. The cause-and-effect diagram is also known as the Ishikawa diagram, or the fishbone diagram. Creating the diagram requires knowledge of causes for a problem ..
|
Forward contracts are standardized and trade on an exchange
: Forward contracts are standardized and trade on an exchange. Profits and Losses on Futures contracts are marked to market on a daily basis. Delivery of the assets almost never occurs in the forward market.
|
Savingsaccount objects and two checkingaccount objects
: Develop a polymorphic banking application using the Account hierarchy you created. Create the following two SavingsAccount objects and two CheckingAccount objects and store them in an array called "arrays" of Account references to the objects
|
Sport and society
: sport and society
|
Situation facing mensa at the time of the case
: Describe the situation facing Mensa at the time of the case. This should include the major issues facing the company and the decisions that need to be made.
|
Statement regarding executive stock-lower risk free rates
: Lower risk free rates results in __________ Put Option prices and ______ Call Option Prices. Which statement regarding executive stock options is correct?
|
Best strategic planning and implementation
: Explain the BEST strategic planning and implementation/execution you have observed. Discuss fully. (2) Explain the WORST strategic planning and implementation/execution you have observed. What would you have done differently? Be specific. NOTE: Do..
|