solidity/docs
ZoOgY-DoOgY 4f753233f7
Inheritance, "super" and DDD
As explained in "Multiple Inheritance and Linearization" part, "a simple rule to remember is to specify the base classes in the order from “most base-like” to “most derived”". So "contract Final is Base1, Base2" means Final is derived from Base2, derived from Base1, so the final inheritance sequence should be, starting with the most derived contract : Final, Base2, Base1, mortal, owned.
2018-01-24 13:38:47 +01:00
..
utils Add exponential notation to numbers in SolidityLexer 2017-11-23 12:13:00 +00:00
abi-spec.rst Some more clarifications. 2018-01-23 17:53:13 +01:00
assembly.rst Fixes for failing tests 2017-12-13 07:55:46 +00:00
bugs_by_version.json Preparation for 0.4.19 release. 2017-11-30 01:23:22 +01:00
bugs.json Bug list entry. 2017-10-18 00:19:36 +02:00
bugs.rst Bug list entry. 2017-10-18 00:19:36 +02:00
common-patterns.rst Fix Solidity warnings 2017-12-12 18:47:30 +00:00
conf.py Take documentation version numbers from CMake 2017-02-06 16:00:29 +00:00
contracts.rst Inheritance, "super" and DDD 2018-01-24 13:38:47 +01:00
contributing.rst Link to dev channel 2017-12-18 13:05:08 +00:00
control-structures.rst add clarity to destructuring assignments 2017-12-18 09:55:13 -08:00
frequently-asked-questions.rst Use CapWords style for example 2018-01-14 13:56:02 -05:00
grammar.txt grammar.txt: Add optional storage location to parameters 2018-01-04 01:47:07 -03:00
index.rst update solium description 2018-01-18 16:32:46 +05:30
installing-solidity.rst Fix links and JS reference 2018-01-10 20:43:38 -05:00
introduction-to-smart-contracts.rst Fix Solidity warnings 2017-12-12 18:47:30 +00:00
julia.rst Explain the difference to inline assembly. 2018-01-04 17:19:45 +01:00
layout-of-source-files.rst Enable more examples in the documentation for testing 2017-07-19 00:05:05 +01:00
logo.svg Import logo from browser-solidity#16e74469 2017-06-05 11:20:35 +01:00
make.bat Imported documentation. 2015-12-07 22:35:51 +01:00
Makefile Imported documentation. 2015-12-07 22:35:51 +01:00
metadata.rst link to wiki for additional info on napspec 2017-12-01 14:00:44 -05:00
miscellaneous.rst Update miscellaneous.rst 2017-10-15 11:04:00 -04:00
security-considerations.rst Fix Solidity warnings 2017-12-12 18:47:30 +00:00
solidity-by-example.rst Fixes for failing tests 2017-12-13 07:55:46 +00:00
solidity-in-depth.rst Assembly definition. 2017-01-03 14:13:49 +01:00
structure-of-a-contract.rst Merge pull request #3343 from ethereum/structs-struct 2017-12-18 14:18:06 +00:00
style-guide.rst Case convention clarification 2018-01-16 13:08:20 -05:00
types.rst Fixes for failing tests 2017-12-13 07:55:46 +00:00
units-and-global-variables.rst Fix Solidity warnings 2017-12-12 18:47:30 +00:00
using-the-compiler.rst Update using-the-compiler.rst 2018-01-21 16:35:59 +08:00