🔮 Output PredictionSO Solidity Easy⚡+10 XP
Visibility Specifiers
Which visibility allows only the contract itself to call the function?
Solidity
function _calculate() private { ... }Which visibility allows only the contract itself to call the function?
function _calculate() private { ... }