50 - Contract Type
Every contract defines its own type. Contracts can be explicitly converted to and from the address
type. Contract types do not support any operators. The members of contract types are the external
functions of the contract including any state variables marked as public.
- Every Contract -> Own Type
- Contract <-> Address
- No Operators
- Members: External Functions & Public State Variables