To download the sourcecode click here Introduction Recently I have been working with some hierarchical object structures that are a composition of several other nested classes and elements, that we call “template objects”. To give you an idea of this, consider “Patient” class as a container that holds patient demographics in a hierarchical object structure. Fig: hierarchical template. These template objects are very robust and flexible, someone can go and design a template like above in a hierarchical ......