Difference between revisions of "Design object-oriented data models"
Line 5: | Line 5: | ||
*[[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 | ||
+ | |||
+ | [[Category:UBIK]] |
Revision as of 13:14, 31 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