Concept Flow - Contract inheritance
Define Base Contract
Define Derived Contract
Derived inherits Base
Deploy Derived Contract
Access Base and Derived functions
Contract inheritance lets one contract use code from another, like a child getting traits from a parent.