Leveraging Containers
Leveraging Containers: Since containers are basic objects in Objectivity/DB, you can subclass from them. This means that you can add attributes to containers that will give you tremendous flexibility. Examples include:
- Linked lists of containers
- Trees or networks of containers
- Multidimensional pointers in containers
- Containers with attributes relating to the objects in them
Since we can combine data structures with containers, we can design solutions that are extremely elegant and powerful as we will demonstrate below.

