Needs to be written in C# Console App! Create a base class BankAccount.
Decide what characteristics are common for checking and saving accounts and include these characteristics in the base class.
Define derived classes for checking and savings.
In your design , do not allow the banking base account to be instantiated --only the checking and saving classes. Use a Program class to test your design.