Program: create a base class, called CBankAccount, and two additional classes (each derived from CBankAccount), called CSavingsAccount and CCheckingAccount.
You will then test the operations of each class in function main () to simulate the transactions of both a checking account and savings account.
You need to prepare well-formed java code. You should not copy and paste from other source.