Update README.md

This commit is contained in:
BT3GL /baɪtɡɝɫ/ 2022-05-11 15:55:58 -07:00 committed by GitHub
parent 64fbd9f976
commit 39e09925ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,8 @@
## 👾 Basic Solidity concepts # 👾 Becoming a Solidity Expert
<br>
### 👩🏼‍🏭 WIP
<br> <br>
@ -7,15 +11,7 @@
* There are at least 2 reasons why you might use inheritance in smart contract developmnet. First, it allows changes in one parent contract to be reflected in child contracts. Second, it allow you to reuse code and reduce overall program length. * There are at least 2 reasons why you might use inheritance in smart contract developmnet. First, it allows changes in one parent contract to be reflected in child contracts. Second, it allow you to reuse code and reduce overall program length.
* Interfaces cannot define state variables or constructors, functions have to be external, and interfaces cannot themselves inherit from other contracts. * Interfaces cannot define state variables or constructors, functions have to be external, and interfaces cannot themselves inherit from other contracts.
<br>
### Reentrancy
<br>
---
<br> <br>