Inheritance and Polymorphism

NDO fully supports the concepts of inheritance and polymorphism. Relations are also inherited and can be heterogeneous, that is, consist of objects of different types derived from the same base class.

This means that there are no limits if you want to transfer your domain models into applications.

The following example shows how to use inheritance to obtain localizable business classes that you can use for international web sites, for example.