subject

copy the files accountdriver. java (code listing 10.1) and bankaccount. java(code listing 10.2) from the student cd or as directed by your instructor. bankaccount. java is complete and will not need to be modified.

create a new class called checkingaccount that extends bankaccount.

it should contain a static constant fee that represents the cost of clearing one

check. set it equal to 15 cents.

write a constructor that takes a name and an initial amount as parameters. it

should call the constructor for the superclass. it should initializeaccountnumber to be the current value in accountnumber concatenated with –10 (all checking accounts at this bank are identified by the extension –10). there can be only one checking account for each account number. remember since accountnumber is a private member in bankaccount, it must be changed through a mutator method.

write a new instance method, withdraw, that overrides the withdraw method in the superclass. this method should take the amount to withdraw, add to it the fee for check clearing, and call the withdraw method from the superclass. remember that to override the method, it must have the same method heading. notice that the withdraw method from the superclass returns true or falsedepending if it was able to complete the withdrawal or not. the method that overrides it must also return the same true or false that was returned from the call to the withdraw method from the superclass.

compile and debug this class.

task #2 creating a second subclass

create a new class called savingsaccount that extends bankaccount.

it should contain an instance variable called rate that represents the annual

interest rate. set it equal to 2.5%.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 04:00
Which spereadsheet type will determine how well a bussiness has done over the past year
Answers: 1
question
Computers and Technology, 23.06.2019 15:30
Write a program in plp assembly that counts up by one starting from zero (or one) inside a loop and writes this value to the leds every time the value is increased. the memory address of the leds is 0xf0200000. the table below shows the meaning and an example usage of the instructions covered in the video, plp instructions for project 1. instruction example usage meaning load immediate li $t0, 8 register $t0 is set to the value, 8. store word sw $t2, 0($t1) the value in register $t1 is used as the memory address. the value in register $t2 is copied into this memory address. add addiu $t4, $t3, 29 register $t4 is assigned the sum of 29 and the value in register $t3. jump j your_label_name the program jumps to the line following the label, "your_label_name: ". label your label name: defines a label called "your_label_name: " that can be jumped to
Answers: 2
question
Computers and Technology, 23.06.2019 21:20
In microsoft word, when you highlight existing text you want to replace, you're in              a.  advanced mode.    b.  automatic mode.    c.  basic mode.    d.  typeover mode
Answers: 1
question
Computers and Technology, 24.06.2019 00:00
Afashion designer wants to increase awareness about her brand. which network can she use and why she can use the blank to blank her products online. answers for the first blank: internet, extranet, or intranet answers for the second blank: market, design, and export
Answers: 1
You know the right answer?
copy the files accountdriver. java (code listing 10.1) and bankaccount. java(code listing 10.2) from...
Questions
question
Mathematics, 18.12.2019 02:31
question
History, 18.12.2019 02:31