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

Wave 3 #59

Open
wants to merge 15 commits into
base: jmn/master
Choose a base branch
from
Open

Wave 3 #59

wants to merge 15 commits into from

Conversation

jennaplusplus
Copy link

Wave 3 of Bank Accounts with primary and optional requirements.

Run from the "bank-master.rb" file which requires the other files containing the different types of accounts.

@@ -6,13 +6,15 @@
module Bank

class Account
@@min_balance = 0

Choose a reason for hiding this comment

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

I like that you used a separate variable for this! It's great to keep it separate

@kariabancroft
Copy link

Nice job! You used inheritance quite well to keep things nice and simple.

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