doc/book/en/development/datamodel/inheritance.rst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 09 Sep 2009 22:28:09 +0200
branchstable
changeset 3157 f4b94d03f86f
parent 2539 0f26a76b0348
child 3257 0d953f0b41c4
permissions -rw-r--r--
[editcontrollers] handle_attribute: test for value presence before trying to convert it to int/float


Inheritance
-----------

When describing a data model, entities can inherit from other entities as is
common in object-oriented programming.

XXX WRITME