subject

OOP Python Project

Instructions:

Design, create, and test Object-Oriented classes for customer banking system based on the deliverables and requirements below.
Show your understanding of encapsulation using python in the classes.
Show your understanding of inheritance using python in the classes.
Deliverables:

A WORD document (Design Document) showing your classes, its data, and its behaviors (If you are going to show a class that will be inherited in another class, show both classes).
One python program that has the classes and your testing (Main) in it. Do not separate classes and import for this project.
Document the classes.
Document each of the tests.
A WORD Document (Approach Document) describing your approach, your successes (if applicable), and your difficulties (if applicable).
Describe your thoughts on defining your classes
Describe how you applied (or tried to apply) encapsulation
Describe how you applied (or tried to apply) inheritance
Describe (if applicable) how you applied polymorphism
Requirements:

Multiple customer accounts can be created.
The accounts can be either savings or checking
The accounts are set up by customer first name, last name, and SSN
The savings account has a minimum deposit of $500.00.
The accounts can be added to or deducted from for any customer.
The savings account cannot go below the minimum deposit.
If checking goes below the balance of 0, a fee of $20.00 is applied per transaction.
All deposits to any account must be numeric and above 0.
All deductions from any account must be numeric and above 0.
At any time, the balance for checking and savings can be displayed per customer.
At any time, the total balance for all accounts per customer can be viewed.
The customer can have multiple checking and multiple savings accounts.
Transfer between accounts is permissible. But; if transferring from checking to savings, checking must be above 0 and if transferring from savings to checking, savings must be above $500.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 23:30
Worth 50 points answer them bc i am not sure if i am wrong
Answers: 1
question
Computers and Technology, 24.06.2019 15:00
Universal windows platform is designed for which windows 10 version?
Answers: 1
question
Computers and Technology, 24.06.2019 15:30
What type of forensic evidence was recovered during the bomb set off at the new mexico facility on the video that was similar to the evidence obtained at the boston bombings and how did the evidence allow the researchers to connect other pieces of evidence to the same bomb?
Answers: 2
question
Computers and Technology, 24.06.2019 16:30
Which program can damage your computer?
Answers: 1
You know the right answer?
OOP Python Project

Instructions:

Design, create, and test Object-Oriented cl...
Questions
question
Mathematics, 11.11.2020 22:50