satwikkansal / python_blockchain_app

A fully functional blockchain application implemented in Python from scratch (with tutorial).
819 stars 471 forks source link

how can I use Polymorphism and Encapsulation in this app ? #30

Closed hb92-dev closed 4 years ago

satwikkansal commented 4 years ago

It's a OOP design related question, I'm not sure if I'll be able to answer this best. I'd suggest to look on Google on how these concepts work and how to implement them in Python.