karan / Projects

:page_with_curl: A list of practical projects that anyone can solve in any programming language.
https://twitter.com/karangoel
MIT License
44.66k stars 10.53k forks source link

Update README in classes #29

Closed Daniel-Ahmed closed 10 years ago

Daniel-Ahmed commented 10 years ago

I am trying to attempt the bank account manager in the classes folder. Could you please go a little bit more in depth? I have withdraw, check and deposit working via abstract classes but I'm not sure if business should have different methods then savings.

Thanks.

karan commented 10 years ago

Well make it as you like. It's your bank so you are free to implement it as you like.