Concept Flow - Abstract contracts
Define abstract contract
Declare abstract functions
Cannot deploy abstract contract
Create derived contract
Implement all abstract functions
Deploy derived contract
Use derived contract in blockchain
Abstract contracts define functions without code. They must be implemented in child contracts before deployment.