Multiple Choice
When a smart contract pays out money:
A) it's good to use a push over a pull method.
B) it's good to use a push and a pull method to ensure that participants can get their money no matter the contract state. In addition to and pushing it should contain a withdraw method.
C) it's good to use only pull and no push method.
Correct Answer:

Verified
Correct Answer:
Verified
Q46: What are Ethereum Nodes?<br>A) Programs implementing the
Q47: Function and Variable Visibility:<br>A) a function that
Q48: Externally Owned Accounts (EoA):<br>A) are changing their
Q49: A version pragma is a great way
Q50: You need to use _ to get
Q52: Importing from GitHub:<br>A) works across all compilers
Q53: Address.Call vs. Address.Delegatecall:<br>A) Address.call() is used for
Q54: Using truffle-contract over Web3.js:<br>A) is a must
Q55: To avoid issues during Ethereum platform upgrades:<br>A)
Q56: Sending one Ether is actually internally translated:<br>A)