You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contract ExtraStorage is SimpleStorage{ // inheritance
function store(uint256 _favoriteNumber) public override { // override keyword added to functions in child contract function declaration which we want to override