Is it possible/logically correct for Base class to have an association relationship to it\'s derived classes? For example:
class First_Child; class Second_Child;