Jump to: navigation, search

Difference between revisions of "Design object-oriented data models"


Line 1: Line 1:
Part of [[UBIK]]
+
*Use [[Polymorphism]] and [[inheritance]] at its best
 
+
*Define arbitrary [[relations]] between objects
*Use [[Polymorphism and inheritance]] at its best
+
*Program runtime behavior of your objects in native code
*Define arbitrary [[relations between objects]]
+
*Configure [[Views]] to control how users see the objects
*[[Program runtime behavior]] of your objects in native code
+
*[[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