Needs to be written in C# Console App! Create a base classBankAccount. Decide what characteristics are common for checkingand saving accounts and include these characteristics in the baseclass. Define derived classes for checking and savings. In yourdesign , do not allow the banking base account to be instantiated–only the checking and saving classes. Use a Program class to testyour design.
Expert Answer
An answer will be send to you shortly. . . . .