Skip to content

victorozoh/atm_controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

atm_controller

Clone this Repo into your terminal using the command

git clone [email protected]:victorozoh/atm_controller.git

There is a single Python file named controller.py. Make the file executable using the command

chmod a+x controller.py

Run the file using the command

python3 controller.py

Explanation

  • There are 3 primary classes(Bank, BaseAccount and Controller)
  • The Bank class has an class while the Controller class has a Bank Class. This follows our intuition
  • There are a few tests run in the Main section of the program to view the implementation of the Classes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages