Inheritance in Solidity
Solidity supports multiple inheritance and polymorphism. There are of course many similarities with other high-level languages, but there are also particularities and gotchas you should be aware of when you are using inheritance in Solidity. Let's get started right away with some code examples. We will first look at the basics, then I will show you some more advanced concepts and at the end of the article I'll provide you with a quick summary of the most important rules and [...]