Share:
Notifications
Clear all

Earn While Learning Web3 Programming>> Start Here FREE!!!

[Solved] Intro To Inheritance In Solidity Smart Contract - Web3 Programming

1 Posts
1 Users
2 Reactions
410 Views
1
Topic starter

EXERCISE:
i. What do you understand by Smart Contract Inheritance in Solidity

ii. Explain in your own word and Post in this forum below:

(NOTE: please, don't go and copy paste from other students in the forum, try things on your own, so you can master it yourself)

 

 

 

NOTE:

This Is An Exercise From Our FREE Smart Contract Development With Solidity For Beginners Course (If you have not enrolled yet, you can join the course totally for FREE).

 

1 Answer
1
Topic starter

inheritance in Solidity simply means when a smart contract inherits some features from another external smart contract apart from itself.

Smart contract inheritance in solidity is usually done using reserved keyword syntax "import".

Share: