Difference between revisions of "Design object-oriented data models"
Line 1: | Line 1: | ||
− | + | *Use [[Polymorphism]] and [[inheritance]] at its best | |
− | + | *Define arbitrary [[relations]] between objects | |
− | + | *Program runtime behavior of your objects in native code | |
− | *Define arbitrary [[relations between objects | + | *Configure [[Views]] to control how users see the objects |
− | * | + | |
− | *[[ | + | |
[[Category:UBIK]] | [[Category:UBIK]] |
Revision as of 14:59, 21 February 2012
- 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