List of questions
Related questions
Question 71 - CBDE discussion
If contract MyContractA is derived from Contract MyContractB, then this would be the right syntax:
A.
contract MyContractA is MyContractB { … }
B.
contract MyContractA inherit (MyContractB) {…}
C.
contract MyContractA extends MyContractB {…}
D.
contract MyContractB derives MyContractA {…}
Your answer:
0 comments
Sorted by
Leave a comment first