Question: PYTHON Problem : ACME Banking and Financial Systems, Inc. develops financial software for banks and credit unions. The company is developing a new object-oriented system

PYTHONProblem :

ACME Banking and Financial Systems, Inc.develops financial software for banks and credit unions. The company is developing a new object-oriented system that manages customer accounts. One of your tasks as an employee of the software develop team is to develop the software with following specifications.

1. Write a class that represents asavings account. The data that must be held by an object of this class is:

The account number.

The interest rate.

The account balance.

You must also develop a class that represents a certificate of deposit (CD) account. The data that must be held by an object of this class is:

The account number.

The interest rate.

The account balance.

The account maturity date.

2. Next create a program with console user interface to test these classes This program needs to create an instance of the Savings Account class to represent a savings account, and an instance of the CD account to represent a certificate of deposit account, and display the object data. Use the following test data to demonstrate the object creation and display for each class.

I need this in Python

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!