Pages

Sunday, December 22, 2013

Abstract Factory Design Pattern Implementation Using Fortran

An abstract factory is the factory of factories. It is a class which acts as a kind of super-factory.  The abstract factory can return factories of objects without specifying specific classes. Each factory object can produce objects using the factory pattern.

Following is an implementation of abstract factory pattern using Fortran.

GitHub - Abstract Factory using Fortran
Fork

No comments:

Post a Comment