Code has been added to clipboard!
Indicating Arguments With Solidity Inheritance
Example
contract Derived1 is Base(7) {
constructor() public {}
}
Code has been added to clipboard!
contract Derived1 is Base(7) {
constructor() public {}
}