subject

Min MaxAccount
Language/Type: Java classes implementing inheritance instance methods
Related Links: BankingAccount. java
Author: Robert Baxter
A company has written a large class BankingAccount with many methods including: Method/Constructor Description
public BankingAccount(Startup s) constructs a BankingAccount object using
information in the Startup object s
public void debit(Debit d) records the given debit
public void credit(Credit c) records the given credit
public int getBalance() returns current balance in pennies
Design a new class MinMaxAccount whose instances can be used in place of a BankingAccount object but include new behavior of remembering the minimum and maximum balances ever recorded for the account. You should provide the same methods as the superclass, as well as the following new behavior:
Method/Constructor Description
public MinMaxAccount (Startup s) constructs a MinMaxAccount object using
information in the Startup objects s
public int getMin() returns minimum balance in pennies
public int getMax() returns maximum balance in pennies
The account's constructor sets the initial balance based on the Startup information. Assume that only the debit and credit methods change an account's balance.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 16:00
If a client wants to make minor edits, what should he/she use?
Answers: 3
question
Computers and Technology, 22.06.2019 18:30
If an improvement creates no significant change in a product’s performance, then it is a(n) ? a0 design improvement. (there are no answer choices)
Answers: 1
question
Computers and Technology, 23.06.2019 04:31
This graph compares the cost of room and board at educational institutions in texas.
Answers: 1
question
Computers and Technology, 23.06.2019 08:00
Michael has written an e-mail to his employees that describes a new product special that will be introduced to the customers next week. by taking time to make sure the e-mail is well written, logical, and organized, michael has made sure his message has the characteristics of a) effective communicationb) ineffective communicationc) barriers to communicationd) workplace communication
Answers: 2
You know the right answer?
Min MaxAccount
Language/Type: Java classes implementing inheritance instance methods
R...
Questions
question
Mathematics, 26.05.2021 05:40
question
Mathematics, 26.05.2021 05:40
question
Mathematics, 26.05.2021 05:40
question
Mathematics, 26.05.2021 05:40
question
Spanish, 26.05.2021 05:40
Questions on the website: 13722360