Go to the previous, next section.
CNCL's hierarchical concept and the runtime type information make it
possible to provide generic containers, i.e. container that can contain
any object. CNCL generic containers classes work with pointers to
CNObject
, a class with which all classes in the CNCL hierarchy
are type-compatible.
Go to the previous, next section.