CODE IN : C++
COURSE : OBJECT ORIENTED PRORAMMING
Write a program to apply Abstract class, Pure virtual function, function overriding to perform mentioned operations.
Get the user's data to store inside the Transaction & account file using their separate class with the main base class naming DataStorage, overridden function Store().
User will enter their name and department except for ID which will be generated by the system automatically.