Sorry about that I just left out a hug chunk of code that made everything not work, however I did run into another problem that I need help on.
I've made three classes (buried, bond, mutualfund) that all inherit from the account class. However when I attempt to compile it states that there is already an instance for the Account class when it tries to compile more than one of the three classes. However if I comment out two of the three...
Leave a comment: