Solved

When Defining a New Datatype

Question 71

Multiple Choice

When defining a new datatype:


A) its best to use a contract with public storage variables, so it can be used like a class.
B) it's best to use a struct, which is cheaper than deploying a new contract.
C) it's not possible to generate new datatypes in Solidity.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions