Tag Archives: factorypattern

Factory Method Pattern in COBOL

Continuing my series on design patterns for the COBOL, the next one on my list is the “Factory method” pattern. The pattern is useful, as it helps you hide the real implementation/creation mechanism of your classes. I you are fond … Continue reading

Posted in CLR, COBOL | Tagged , , | Comments Off on Factory Method Pattern in COBOL