Create four classes

Assignment Help JAVA Programming
Reference no: EM131862

Create four classes: Account.java, Checking.java, Savings.java, and AccountArray.java.

1. For the Account class, create:

  • two protected variables for the account number and the account balance.
  • two get methods - one for the account number and one for the account balance
  • two set methods - one for the account number and one for the balance.
  • a constructor that requires an account number and sets the balance to 0.
  • a method to override the toString() method which returns a String containing: Account # = < account number> Account Balance = <account balance> where <account number> is the object's account number and <account balance> is the object's account balance.
  • an abstract computeInterest() method that takes one integer argument and returns a double.
  • Do not allow either the account number or the balance to be set to a negative number.

2. The Checking class will be a subclass of Account. For the Checking class, create:

  • a method to override the toString() method which returns a String containing: "Checking" , the account number, and the account balance. Do not print the interest earned as part of toString().
  • a constructor that takes an account number as an argument and calls the superclass constructor passing this account number.
  • a method to implement the abstract computeInterest() method of the superclass. This method takes one argument for the interest period and returns the interest earned. The interest earned is 2 % of the balance over $700 times the interest period. The interest period is passed as an argument to the computeInterest() method. For example, the interest on $3000 at 2% for three years is (3000 - 700) times .02 times 3 or 138.

3. The Savings class will be a subclass of Account. For the Savings class, create:

  • an additional private variable to hold the interest rate.
  • a get and set method for the interest rate. Do not allow the interest rate to be set to a negative number.
  • a method named toString() that overrides the toString() method of the Object class. This method should return "Savings", the account number, the account balance and the interest rate. Do not print the interest earned as part of toString().
  • a constructor with two arguments - the account number and the interest rate. This constructor calls the superclass constructor passing the account number.
  • a method to implement the abstract computeInterest() method of the superclass. This method takes one argument for the interest period and returns the interest earned. The interest is calculated as (1 + interest rate)period times the balance minus the balance. The interest period is passed as an argument to the computeInterest() method. For example, the interest on $6000 at 2% for three years is (1.02)3 * 6000 - 6000 or 367.

4. For the AccountArray class, create:

  • a main() method.
  • an array to store 10 objects of either the Savings or Checking class. Use 2% (.02) for the savings account rate. Use account numbers 100 through 109. Use initial balances of 1000 through 10000.
  • a for loop that will instantiate 5 objects of the Savings class and 5 objects of the Checking class. Store these objects in a single array created above.
  • a for loop that prints the data in all 10 objects of the array using the overridden toString() method and also prints the interest amount computed for each object. Use 3 for the period.

Reference no: EM131862

Questions Cloud

Calculate the component voltages : Calculate the component voltages for the following series resonant RLC circuit
Calculate the regression equation : Calculate the regression equation for this data
Write an sql query : Write an SQL query to get the author of the book "The Alchemist"
Analyzing a case study - a swot analysis : Detailed analysis of a case study should include eight areas The history, development, and growth of the company over time
Create four classes : Create four classes: Account.java, Checking.java, Savings.java, and AccountArray.java.
Evaluate the maximum profits : Evaluate the maximum profits that Greentown can earn and the customer mix and quantity by which that profit will be achieved.
Case study:moet hennessy louis vuitton : Case study:Moet Hennessy Louis Vuitton
Sensitivity of mammography : Determine and interpret the sensitivity of mammography.
Hardware support to memory management : Study any two multicore processor architecture and discuss the following features briefly

Reviews

Write a Review

JAVA Programming Questions & Answers

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Rock-paper-scissors :- java problem

Design decision marks are based on how you implemented our programs/classes.

  Create a java program

UserApp and PrettyPrintUtility multiple times (supplying different TransData test file names), the AutoTesterUtility PROGRAM will be the driver program.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Implementation of encryption and steganography in java

This is a project report showing the essential details and coding structures related with the implementation of encryption techniques and steganography in JAVA.

  Java program to create a tree

Java program to create a tree, generate class - BottomUpTwoThreeFourTree, BottomUpTwoThreeFourTree,

  Solving programming problems

Write a computer program that will figure out the total of an order when given the amount of the order ($1000) and a sales tax rate of eight percent.

  File integrity checker - tripwire

Write a program that will perform some of the basic tasks accomplished by a file integrity checker such as Tripwire.

  Java project

Prompt the user for an int between lower and upper boundary.

  Print the contents of the array

Prepare a second loop that prints the contents of the array

  Represent one book in java

Represent one book in java

  Java program simulate a network

Java program simulate a network

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd