Question
Build a DLL for a Banking application that contains an Account base class. Decide what characteristics are common for checking and saving accounts and include
Build a DLL for a Banking application that contains an Account base class. Decide what characteristics are common for checking and saving accounts and include these characteristics in the base class. Define subclasses for Checking and Savings. In your design, do not allow the banking base account to be instantiatedonly the checking and saving subclasses. Also create a Customer account such that an Account Has-a Customer. Create a simple test application that references your Banking DLL, to create customers and accounts and to perform simple transactions (withdraw, deposit).
These projects are intended to be completed in Visual Studio, and completed as actual C# applications so you can compile and run them to see if you have any errors.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started