Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.10 seconds.

  1. Re: Object Oriented Design for a small scale Banking application

    It depends on the program flow. If you can get the Customer object which you are attempting to change, you can just invoke the Customer class's methods on the object you retrieve, based on what you...
  2. Re: Object Oriented Design for a small scale Banking application

    Sounds correct. Just a list or something of Accounts in the Customer class.
    Tell me if what I said earlier doesn't make sense. I kind of rushed through it when I typed it.
  3. Re: Object Oriented Design for a small scale Banking application

    How does Customer and Account interact?

    Also, it is not necessary to have AccountType when you have different classes for each account type. You can do it that way, but it is not necessary. If you...
Results 1 to 3 of 3