Esther Breathestherbreath.hashnode.dev·Aug 28, 2023Interface and Inheritance in SolidityIn this article, we shall be looking into the above two interesting concepts concerning Solidity. Interface and inheritance help to achieve code reusability and structured design. Both concepts can be used interchangeably, but they serve distinct pur...Solidity
Favour Ajayefavourajaye.hashnode.dev·May 29, 2023Solidity inheritanceWhat is inheritance? What comes to mind when you hear the word "inheritance"? According to the Oxford Dictionary, "inheritance" is defined as "a thing that is inherited." It can also refer to the act of receiving property or other things. How can we ...20 likes·160 readssolidity basics