In object-orientated programming languages, we have classes and inheritance. In Solidity, we don’t have classes but we have contracts. Contracts can inherit from each other, and access some inherited properties like variables and functions. Let’s learn how this work in Solidity
SolidityDecember 25, 2017
Leave a Reply