Difference between revisions of "Design object-oriented data models"
(Created page with "*Use Polymorphism and inheritance at its best *Define arbitrary Relations between objects *Program runtime behavior of your objects in native code *[[Configure Vie...") |
|||
| Line 1: | Line 1: | ||
| + | Part of [[UBIK]] | ||
| + | |||
*Use [[Polymorphism and inheritance]] at its best | *Use [[Polymorphism and inheritance]] at its best | ||
*Define arbitrary [[relations between objects]] | *Define arbitrary [[relations between objects]] | ||
*[[Program runtime behavior]] of your objects in native code | *[[Program runtime behavior]] of your objects in native code | ||
*[[Configure Views]] to control how users see the objects | *[[Configure Views]] to control how users see the objects | ||
Revision as of 10:14, 3 January 2012
Part of UBIK
- Use Polymorphism and inheritance at its best
- Define arbitrary Relations between objects
- Program runtime behavior of your objects in native code
- Configure Views to control how users see the objects
