Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bank #336

Closed
wants to merge 5 commits into from
Closed

Bank #336

wants to merge 5 commits into from

Conversation

kjknows
Copy link
Contributor

@kjknows kjknows commented Apr 1, 2024

No description provided.


public class BusinessCheckingAccount extends BankAccountBase {

public BusinessCheckingAccount(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed to ensure that at least one user was a business user.


import java.util.Set;

public class BusinessCheckingAccount extends BankAccountBase {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would've expected this to extend a CheckingAccount.

Copy link
Contributor

@anthonydmays anthonydmays left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed to integrate with the BankAtm class and provide tests for the functionality per the assignment instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants