Code has been added to clipboard!

Indicating Arguments With Solidity Inheritance

Example
contract Derived1 is Base(7) {
    constructor() public {}
}