111 - Base Constructor
The constructors of all the base contracts will be called following the linearization rules.
If the base constructors have arguments, derived contracts need to specify all of them either in the inheritance list or in the derived constructor.
- Base -> Derived Constructors
- Constructors Called -> Linearization Rules
- Constructor Arguments
- Inheritance List or Derived Constructor