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
Following is an implementation of abstract factory pattern using Fortran.
GitHub - Abstract Factory using Fortran
No comments:
Post a Comment