Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
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?
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?