Skip to content

Conversation

@Daniyal0100101
Copy link
Contributor

This pull request introduces a straightforward bank account system utilizing Python OOP principles.

✅ Concepts covered:

  • Encapsulation (private balance, getter)
  • Inheritance (SavingsAccount extends BankAccount)
  • Polymorphism (overridden display_balance)

📁 File: SimpleBankSystem/bank_account_system.py

Includes example usage as demonstrated in the README task.

Added an OOP-based Bank Account System using Python
@Daniyal0100101
Copy link
Contributor Author

Hi,

The task is complete, adhering to the README specifications. Encapsulation, inheritance, and polymorphism are implemented in SimpleBankSystem/bank_account_system.py.

Please let me know if any changes are needed.

Thanks!

Copy link
Owner

@codewithdhruba01 codewithdhruba01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello @Daniyal0100101
Can you add User input

@Daniyal0100101
Copy link
Contributor Author

Sure! I'll add the user input functionality. Is there anything else you would like me to add?

@codewithdhruba01 codewithdhruba01 merged commit 3c95a44 into codewithdhruba01:master May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants