I don’t yet know much about Bitcoin programming but is it p…

Twetch ·

I don’t yet know much about Bitcoin programming but is it possible to apply object oriented techniques to build an intuitive reusable API library where inheritance can be applied to interact via the interfaces (public methods) ? For example ....

Replies

Twetch ·

... a super base class could be created such as “Transaction”. From Transaction, one could inherit properties and methods; and then create a layer 1 set of derived classes such as “GamingTx”, “PosTx”, “CrmTx”, “SocialMediaTx”, etc. Has anyone done this?