If you are starting a new ERC20 token:
Answer : C
When solidity is compiled then also Metadata is generated:
Answer : A
Finish the sentence: The Library Web3.js is ...:
Answer : A
Inheritance is useful, because a contract that is derived from another contract can make use of:
Answer : A
If contract MyContractA is derived from Contract MyContractB, then this would be the right syntax:
Answer : A
Why is it important to follow the same Interfaces?
Answer : A
In order to implement an ERC20 token contract, you'd need at least to implement the following functions and events in order to fulfill the interface requirements:
Answer : A