Reply to thread

Does the BankAccounts CanDebit have any implementation or is it marked abstract? If it contains implementation then CurrentAccount will automatically gain the CanDebit functionality.

If you wish to replace the BankAccount implementation with a new one then you will need to make the base class version virtual and override it in the sub class.


Is there any code you could post that could give a better idea of what you need to acheive?


Back
Top