Hey everyone. So I've been programming for about 6 months now. And I've reached a new error. I tracked the problem down to case 'T'. Specifically line 19.
This is the error I receive. If anyone could let me know what it means as well as what is wrong then thank you so much.
1 2
/tmp/ccynPDuE.o: In function `Account::Account()':
cs165asn11.cpp:(.text._ZN7AccountC2Ev[Account::Account()]+0x8): undefined reference to `vtable for Account'
If it helps:
Base Class:
Account
Subclasses:
S for Saving
C for Checking
L for Loan.
T is a function which processes the commands from the first array in list.
U updates applying interest rate/fees.