Open ellab123 opened 4 years ago
From https://ethereum.stackexchange.com/questions/12920/what-does-the-keyword-super-in-solidity-do
The "super" keyword in Solidity gives access to the immediate parent contract from which the current contract is derived.
From https://ethereum.stackexchange.com/questions/12920/what-does-the-keyword-super-in-solidity-do
The "super" keyword in Solidity gives access to the immediate parent contract from which the current contract is derived.