Personal Notes-Solidity-1.0.2
Lesson 3
In order to interact with a contract, you need 2 things
Address
ABI -> Application Binary Interface
How do I inherit?
contract inheritedContract is ParentContract {
}
how to inherit a function, we use override.
parent function => function...
aaronr2020.hashnode.dev6 min read