Multiple Choice
Inheritance is useful, because a contract that is derived from another contract can make use of:
A) all public state variables and properties, public and internal functions and modifiers.
B) all public and private state variables, public, internal and external functions, but not modifiers
C) all public state variables and properties, public functions and modifiers, but not internal, external or private ones.
Correct Answer:

Verified
Correct Answer:
Verified
Q23: To store almost all data in the
Q24: When a new block is mined:<br>A) a
Q25: In order to implement an ERC20 token
Q26: Events:<br>A) are stored on chain and are
Q27: According to the official Style Guide:<br>A) you
Q29: Truffle boxes are a great way:<br>A) to
Q30: A Private Network is:<br>A) a side Channel
Q31: Which statement is true about the EVM?<br>A)
Q32: The Fallback function:<br>A) cannot receive Ether, not
Q33: Address.send():<br>A) will cascade exceptions and address.transfer() will