Purchase Solution

Bank Account Classes in C++

Not what you're looking for?

Ask Custom Question

I need a C++ class created.

Create a Bank Account class that will allow you to deposit, withdraw and check your balance as well as sign up for non-fee no interest bearing savings account as well as a fee-based account that accrues interest on a daily basis for savings accounts. (Assume that each month has exactly 30 days to make it easier).

The Checking Account class will inherit from the Bank Account class, but will also contain some of its own data members and member functions (think of attributes and actions specific to checking accounts).

Also checking accounts need an initial deposit so that you have money in the account to write checks against. Assume the deposit was done on May 1, 2009. Display prompts for a customer to deposit, withdraw, and get balances at the command line.

Purchase this Solution

Solution Summary

The expert examines bank account classes in c++.

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Javscript Basics

Quiz on basics of javascript programming language.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.