Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 703 Bytes

Base Constructor.md

File metadata and controls

18 lines (17 loc) · 703 Bytes

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.


Slide Screenshot

111.jpg


Slide Text

  • Base -> Derived Constructors
  • Constructors Called -> Linearization Rules
  • Constructor Arguments
  • Inheritance List or Derived Constructor

References


Tags