fbpx

Contract Inheritance In Solidity | Episode 6

Julien Klepatch

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

0 Comments

Leave a Reply

More great articles

ToDo List Ethereum Dapp (Step7) | Read Contract data from Frontend

This tutorial is part of the series ToDo List Ethereum Dapp. This is the Step 7. Tutorials already published: (more…)

Read Story

Debugging with events

Do you like often use console.log() statement to debug your Javascript code? Convenient, uh? How about Solidity smart contracts, can…

Read Story

Never miss a minute

Get great content to your inbox every week. No spam.
[contact-form-7 id="6" title="Footer CTA Subscribe Form"]
Arrow-up