Is there a possible class diagram for a bank application and its implementation in c# to begin with my project. I've tried to search but I found nothing
Banking application
Page 1 of 11 Replies - 128 Views - Last Post: 23 January 2013 - 11:35 AM
Replies To: Banking application
#2
Re: Banking application
Posted 23 January 2013 - 11:35 AM
Making the design is part of being a software engineer.
Grab a whiteboard and some markers and start thinking.
What do you know about banks? Or more likely for this homework: Checking and savings accounts?
Both are accounts, so that seems like a good base class.
They need to be able to deposit and withdraw, so that seems like methods in the base class.
You should be able to diagram this much out. If you can't, then don't do this project.
Take a look at the links in my signature block for help understanding classes and how to plan your project.
Grab a whiteboard and some markers and start thinking.
What do you know about banks? Or more likely for this homework: Checking and savings accounts?
Both are accounts, so that seems like a good base class.
They need to be able to deposit and withdraw, so that seems like methods in the base class.
You should be able to diagram this much out. If you can't, then don't do this project.
Take a look at the links in my signature block for help understanding classes and how to plan your project.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|